Shades of Chilean Fire #D8612F
Tints of Chilean Fire #D8612F
RGB
CMYK
RGB Variations
Color information
#D8612F (or 0xD8612F) is known color: Chilean Fire. HEX triplet: D8, 61 and 2F. RGB value is (216,97,47). Sum of RGB (Red+Green+Blue) = 216+97+47=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8612F is #279ED0. Grayscale: #7F7F7F. Windows color (decimal): -2596561 or 3105240. OLE color: 3105240.
HSL color Cylindrical-coordinate representation of color #D8612F: hue angle of 17.75º degrees, saturation: 0.68, 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 #D8612F is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 47 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.15 |
| HSL | 17.75º | 0.68% | 0.52% | - |
| HSV(B) | 17.75º | 0.78% | 0.85% | - |
| XYZ | 33.11 | 23.35 | 5.45 | - |
| YUV | 126.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 47 | 0 | 0.55 | 0.78 | 0.15 | 17.75 | 0.68 | 0.52 |
| Hex | D8 | 61 | 2F | 0 | 37 | 4E | F | 12 | 44 | 34 |
| Octal | 330 | 141 | 57 | 0 | 67 | 116 | 17 | 22 | 104 | 64 |
| Binary | 11011000 | 1100001 | 101111 | 0 | 110111 | 1001110 | 1111 | 10010 | 1000100 | 110100 |
Color Harmonies of #D8612F
Complementary color
Monochromatic Colors of #D8612F
Black with #D8612F
Text Example
Text Example
White with #D8612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8612F; }
p { color: rgb(216,97,47); }
H1.HeaderClassName
{
color: #D8612F;
}
.AnyTagClassName
{
color: #D8612F;
}
</style>
background-color css
<style>
a { background-color: #D8612F; }
a { background-color: rgb(216,97,47); }
div.DivClassName
{
background-color: #D8612F;
}
.BgClassName
{
background-color: #D8612F;
}
</style>
border-color css
<style>
span { border-color: #D8612F; }
span { border-color: rgb(216,97,47); }
td.TdClassName
{
border-color: #D8612F;
}
.TagClassName
{
border-color: #D8612F;
}
</style>