Shades of Chilean Fire #D4592D
Tints of Chilean Fire #D4592D
RGB
CMYK
RGB Variations
Color information
#D4592D (or 0xD4592D) is known color: Chilean Fire. HEX triplet: D4, 59 and 2D. RGB value is (212,89,45). Sum of RGB (Red+Green+Blue) = 212+89+45=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4592D is #2BA6D2. Grayscale: #797979. Windows color (decimal): -2860755 or 2972116. OLE color: 2972116.
HSL color Cylindrical-coordinate representation of color #D4592D: hue angle of 15.81º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4592D is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 45 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.17 |
| HSL | 15.81º | 0.66% | 0.5% | - |
| HSV(B) | 15.81º | 0.79% | 0.83% | - |
| XYZ | 31.2 | 21.33 | 4.96 | - |
| YUV | 120.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 45 | 0 | 0.58 | 0.79 | 0.17 | 15.81 | 0.66 | 0.5 |
| Hex | D4 | 59 | 2D | 0 | 3A | 4F | 11 | 10 | 42 | 32 |
| Octal | 324 | 131 | 55 | 0 | 72 | 117 | 21 | 20 | 102 | 62 |
| Binary | 11010100 | 1011001 | 101101 | 0 | 111010 | 1001111 | 10001 | 10000 | 1000010 | 110010 |
Color Harmonies of #D4592D
Complementary color
Monochromatic Colors of #D4592D
Black with #D4592D
Text Example
Text Example
White with #D4592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4592D; }
p { color: rgb(212,89,45); }
H1.HeaderClassName
{
color: #D4592D;
}
.AnyTagClassName
{
color: #D4592D;
}
</style>
background-color css
<style>
a { background-color: #D4592D; }
a { background-color: rgb(212,89,45); }
div.DivClassName
{
background-color: #D4592D;
}
.BgClassName
{
background-color: #D4592D;
}
</style>
border-color css
<style>
span { border-color: #D4592D; }
span { border-color: rgb(212,89,45); }
td.TdClassName
{
border-color: #D4592D;
}
.TagClassName
{
border-color: #D4592D;
}
</style>