Shades of Chilean Fire #D2592C
Tints of Chilean Fire #D2592C
RGB
CMYK
RGB Variations
Color information
#D2592C (or 0xD2592C) is known color: Chilean Fire. HEX triplet: D2, 59 and 2C. RGB value is (210,89,44). Sum of RGB (Red+Green+Blue) = 210+89+44=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2592C is #2DA6D3. Grayscale: #787878. Windows color (decimal): -2991828 or 2906578. OLE color: 2906578.
HSL color Cylindrical-coordinate representation of color #D2592C: hue angle of 16.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2592C is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 44 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.18 |
| HSL | 16.27º | 0.65% | 0.5% | - |
| HSV(B) | 16.27º | 0.79% | 0.82% | - |
| XYZ | 30.61 | 21.03 | 4.83 | - |
| YUV | 120.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 44 | 0 | 0.58 | 0.79 | 0.18 | 16.27 | 0.65 | 0.5 |
| Hex | D2 | 59 | 2C | 0 | 3A | 4F | 12 | 10 | 41 | 32 |
| Octal | 322 | 131 | 54 | 0 | 72 | 117 | 22 | 20 | 101 | 62 |
| Binary | 11010010 | 1011001 | 101100 | 0 | 111010 | 1001111 | 10010 | 10000 | 1000001 | 110010 |
Color Harmonies of #D2592C
Complementary color
Monochromatic Colors of #D2592C
Black with #D2592C
Text Example
Text Example
White with #D2592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2592C; }
p { color: rgb(210,89,44); }
H1.HeaderClassName
{
color: #D2592C;
}
.AnyTagClassName
{
color: #D2592C;
}
</style>
background-color css
<style>
a { background-color: #D2592C; }
a { background-color: rgb(210,89,44); }
div.DivClassName
{
background-color: #D2592C;
}
.BgClassName
{
background-color: #D2592C;
}
</style>
border-color css
<style>
span { border-color: #D2592C; }
span { border-color: rgb(210,89,44); }
td.TdClassName
{
border-color: #D2592C;
}
.TagClassName
{
border-color: #D2592C;
}
</style>