Shades of Chilean Fire #D9612C
Tints of Chilean Fire #D9612C
RGB
CMYK
RGB Variations
Color information
#D9612C (or 0xD9612C) is known color: Chilean Fire. HEX triplet: D9, 61 and 2C. RGB value is (217,97,44). Sum of RGB (Red+Green+Blue) = 217+97+44=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9612C is #269ED3. Grayscale: #7F7F7F. Windows color (decimal): -2531028 or 2908633. OLE color: 2908633.
HSL color Cylindrical-coordinate representation of color #D9612C: hue angle of 18.38º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9612C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.15 |
| HSL | 18.38º | 0.69% | 0.51% | - |
| HSV(B) | 18.38º | 0.8% | 0.85% | - |
| XYZ | 33.34 | 23.48 | 5.16 | - |
| YUV | 126.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 44 | 0 | 0.55 | 0.80 | 0.15 | 18.38 | 0.69 | 0.51 |
| Hex | D9 | 61 | 2C | 0 | 37 | 50 | F | 12 | 45 | 33 |
| Octal | 331 | 141 | 54 | 0 | 67 | 120 | 17 | 22 | 105 | 63 |
| Binary | 11011001 | 1100001 | 101100 | 0 | 110111 | 1010000 | 1111 | 10010 | 1000101 | 110011 |
Color Harmonies of #D9612C
Complementary color
Monochromatic Colors of #D9612C
Black with #D9612C
Text Example
Text Example
White with #D9612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9612C; }
p { color: rgb(217,97,44); }
H1.HeaderClassName
{
color: #D9612C;
}
.AnyTagClassName
{
color: #D9612C;
}
</style>
background-color css
<style>
a { background-color: #D9612C; }
a { background-color: rgb(217,97,44); }
div.DivClassName
{
background-color: #D9612C;
}
.BgClassName
{
background-color: #D9612C;
}
</style>
border-color css
<style>
span { border-color: #D9612C; }
span { border-color: rgb(217,97,44); }
td.TdClassName
{
border-color: #D9612C;
}
.TagClassName
{
border-color: #D9612C;
}
</style>