Shades of Chilean Fire #CD602D
Tints of Chilean Fire #CD602D
RGB
CMYK
RGB Variations
Color information
#CD602D (or 0xCD602D) is known color: Chilean Fire. HEX triplet: CD, 60 and 2D. RGB value is (205,96,45). Sum of RGB (Red+Green+Blue) = 205+96+45=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD602D is #329FD2. Grayscale: #7B7B7B. Windows color (decimal): -3317715 or 2973901. OLE color: 2973901.
HSL color Cylindrical-coordinate representation of color #CD602D: hue angle of 19.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD602D is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 45 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.20 |
| HSL | 19.13º | 0.64% | 0.49% | - |
| HSV(B) | 19.13º | 0.78% | 0.8% | - |
| XYZ | 29.83 | 21.53 | 5.07 | - |
| YUV | 122.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 45 | 0 | 0.53 | 0.78 | 0.20 | 19.13 | 0.64 | 0.49 |
| Hex | CD | 60 | 2D | 0 | 35 | 4E | 14 | 13 | 40 | 31 |
| Octal | 315 | 140 | 55 | 0 | 65 | 116 | 24 | 23 | 100 | 61 |
| Binary | 11001101 | 1100000 | 101101 | 0 | 110101 | 1001110 | 10100 | 10011 | 1000000 | 110001 |
Color Harmonies of #CD602D
Complementary color
Monochromatic Colors of #CD602D
Black with #CD602D
Text Example
Text Example
White with #CD602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD602D; }
p { color: rgb(205,96,45); }
H1.HeaderClassName
{
color: #CD602D;
}
.AnyTagClassName
{
color: #CD602D;
}
</style>
background-color css
<style>
a { background-color: #CD602D; }
a { background-color: rgb(205,96,45); }
div.DivClassName
{
background-color: #CD602D;
}
.BgClassName
{
background-color: #CD602D;
}
</style>
border-color css
<style>
span { border-color: #CD602D; }
span { border-color: rgb(205,96,45); }
td.TdClassName
{
border-color: #CD602D;
}
.TagClassName
{
border-color: #CD602D;
}
</style>