Shades of Chilean Fire #D9602F
Tints of Chilean Fire #D9602F
RGB
CMYK
RGB Variations
Color information
#D9602F (or 0xD9602F) is known color: Chilean Fire. HEX triplet: D9, 60 and 2F. RGB value is (217,96,47). Sum of RGB (Red+Green+Blue) = 217+96+47=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9602F is #269FD0. Grayscale: #7E7E7E. Windows color (decimal): -2531281 or 3104985. OLE color: 3104985.
HSL color Cylindrical-coordinate representation of color #D9602F: hue angle of 17.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9602F is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 47 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.15 |
| HSL | 17.29º | 0.69% | 0.52% | - |
| HSV(B) | 17.29º | 0.78% | 0.85% | - |
| XYZ | 33.31 | 23.32 | 5.44 | - |
| YUV | 126.59 | 83.09 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 47 | 0 | 0.56 | 0.78 | 0.15 | 17.29 | 0.69 | 0.52 |
| Hex | D9 | 60 | 2F | 0 | 38 | 4E | F | 11 | 45 | 34 |
| Octal | 331 | 140 | 57 | 0 | 70 | 116 | 17 | 21 | 105 | 64 |
| Binary | 11011001 | 1100000 | 101111 | 0 | 111000 | 1001110 | 1111 | 10001 | 1000101 | 110100 |
Color Harmonies of #D9602F
Complementary color
Monochromatic Colors of #D9602F
Black with #D9602F
Text Example
Text Example
White with #D9602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9602F; }
p { color: rgb(217,96,47); }
H1.HeaderClassName
{
color: #D9602F;
}
.AnyTagClassName
{
color: #D9602F;
}
</style>
background-color css
<style>
a { background-color: #D9602F; }
a { background-color: rgb(217,96,47); }
div.DivClassName
{
background-color: #D9602F;
}
.BgClassName
{
background-color: #D9602F;
}
</style>
border-color css
<style>
span { border-color: #D9602F; }
span { border-color: rgb(217,96,47); }
td.TdClassName
{
border-color: #D9602F;
}
.TagClassName
{
border-color: #D9602F;
}
</style>