Color spaces of #cd200d
RGB | 205 | 32 | 13 |
---|---|---|---|
HSL | 0.02 | 0.88 | 0.43 |
HSV | 6° | 94° | 80° |
CMYK | 0.00 | 0.84 | 0.94 0.20 |
XYZ | 25.7660 | 14.0412 | 1.7330 |
Yxy | 14.0412 | 0.6203 | 0.3380 |
Hunter Lab | 37.4716 | 57.1639 | 23.4880 |
CIE-Lab | 44.2920 | 63.7191 | 53.6430 |
#cd200d color RGB value is (205,32,13).
#cd200d hex color red value is 205, green value is 32 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cd200d hue: 0.02 , saturation: 0.88 and the lightness value of cd200d is 0.43.
The process color (four color CMYK) of #cd200d color hex is 0.00, 0.84, 0.94, 0.20. Web safe color of #cd200d is #cc3300. Color #cd200d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00100000 | 00001101 |
Octal | 315 | 40 | 15 |
Decimal | 205 | 32 | 13 |
Hex | CD | 20 | D |
Shades of #cd200d
Tints of #cd200d
RGB Percentages of Color #cd200d
CMYK Percentages of Color #cd200d
Complementary Color
#cd200d | #0dbacd |
#cd200d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd200d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd200d Color CSS Codes
.mybgcolor {background-color:#cd200d; } .myforecolor {color:#cd200d; } .mybordercolor {border:3px solid #cd200d; }
#cd200d Text Font Color
<p style="color:#cd200d">Text here</p>
This sample text font color is #cd200d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cd200d Background Color
<div style="background-color:#cd200d">
Div content here</div>
This div background color is #cd200d
#cd200d Border Color
<div style="border:3px solid #cd200d">
Div here</div>
This div border color is #cd200d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,32,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd200d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd200d; -webkit-box-shadow: 1px 1px 3px 2px #cd200d; box-shadow: 1px 1px 3px 2px #cd200d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,32,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd200d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd200d; -webkit-box-shadow: 1px 1px 3px 2px #cd200d; box-shadow: 1px 1px 3px 2px #cd200d;">
Div content here</div>
This div box has shadow with color #cd200d
Comments
No comments written yet.
Please login to write comment.