Shades of Chilean Fire #D6602F
Tints of Chilean Fire #D6602F
RGB
CMYK
RGB Variations
Color information
#D6602F (or 0xD6602F) is known color: Chilean Fire. HEX triplet: D6, 60 and 2F. RGB value is (214,96,47). Sum of RGB (Red+Green+Blue) = 214+96+47=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6602F is #299FD0. Grayscale: #7E7E7E. Windows color (decimal): -2727889 or 3104982. OLE color: 3104982.
HSL color Cylindrical-coordinate representation of color #D6602F: hue angle of 17.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6602F is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 47 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.16 |
| HSL | 17.6º | 0.67% | 0.51% | - |
| HSV(B) | 17.6º | 0.78% | 0.84% | - |
| XYZ | 32.43 | 22.87 | 5.39 | - |
| YUV | 125.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 47 | 0 | 0.55 | 0.78 | 0.16 | 17.6 | 0.67 | 0.51 |
| Hex | D6 | 60 | 2F | 0 | 37 | 4E | 10 | 12 | 43 | 33 |
| Octal | 326 | 140 | 57 | 0 | 67 | 116 | 20 | 22 | 103 | 63 |
| Binary | 11010110 | 1100000 | 101111 | 0 | 110111 | 1001110 | 10000 | 10010 | 1000011 | 110011 |
Color Harmonies of #D6602F
Complementary color
Monochromatic Colors of #D6602F
Black with #D6602F
Text Example
Text Example
White with #D6602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6602F; }
p { color: rgb(214,96,47); }
H1.HeaderClassName
{
color: #D6602F;
}
.AnyTagClassName
{
color: #D6602F;
}
</style>
background-color css
<style>
a { background-color: #D6602F; }
a { background-color: rgb(214,96,47); }
div.DivClassName
{
background-color: #D6602F;
}
.BgClassName
{
background-color: #D6602F;
}
</style>
border-color css
<style>
span { border-color: #D6602F; }
span { border-color: rgb(214,96,47); }
td.TdClassName
{
border-color: #D6602F;
}
.TagClassName
{
border-color: #D6602F;
}
</style>