Shades of Chilean Fire #D4572F
Tints of Chilean Fire #D4572F
RGB
CMYK
RGB Variations
Color information
#D4572F (or 0xD4572F) is known color: Chilean Fire. HEX triplet: D4, 57 and 2F. RGB value is (212,87,47). Sum of RGB (Red+Green+Blue) = 212+87+47=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4572F is #2BA8D0. Grayscale: #787878. Windows color (decimal): -2861265 or 3102676. OLE color: 3102676.
HSL color Cylindrical-coordinate representation of color #D4572F: hue angle of 14.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4572F is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 47 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.17 |
| HSL | 14.55º | 0.66% | 0.51% | - |
| HSV(B) | 14.55º | 0.78% | 0.83% | - |
| XYZ | 31.07 | 21.02 | 5.11 | - |
| YUV | 119.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 47 | 0 | 0.59 | 0.78 | 0.17 | 14.55 | 0.66 | 0.51 |
| Hex | D4 | 57 | 2F | 0 | 3B | 4E | 11 | F | 42 | 33 |
| Octal | 324 | 127 | 57 | 0 | 73 | 116 | 21 | 17 | 102 | 63 |
| Binary | 11010100 | 1010111 | 101111 | 0 | 111011 | 1001110 | 10001 | 1111 | 1000010 | 110011 |
Color Harmonies of #D4572F
Complementary color
Monochromatic Colors of #D4572F
Black with #D4572F
Text Example
Text Example
White with #D4572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4572F; }
p { color: rgb(212,87,47); }
H1.HeaderClassName
{
color: #D4572F;
}
.AnyTagClassName
{
color: #D4572F;
}
</style>
background-color css
<style>
a { background-color: #D4572F; }
a { background-color: rgb(212,87,47); }
div.DivClassName
{
background-color: #D4572F;
}
.BgClassName
{
background-color: #D4572F;
}
</style>
border-color css
<style>
span { border-color: #D4572F; }
span { border-color: rgb(212,87,47); }
td.TdClassName
{
border-color: #D4572F;
}
.TagClassName
{
border-color: #D4572F;
}
</style>