Shades of Chilean Fire #D45224
Tints of Chilean Fire #D45224
RGB
CMYK
RGB Variations
Color information
#D45224 (or 0xD45224) is known color: Chilean Fire. HEX triplet: D4, 52 and 24. RGB value is (212,82,36). Sum of RGB (Red+Green+Blue) = 212+82+36=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D45224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45224 is #2BADDB. Grayscale: #737373. Windows color (decimal): -2862556 or 2380500. OLE color: 2380500.
HSL color Cylindrical-coordinate representation of color #D45224: hue angle of 15.68º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D45224 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 36 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.17 |
| HSL | 15.68º | 0.71% | 0.49% | - |
| HSV(B) | 15.68º | 0.83% | 0.83% | - |
| XYZ | 30.49 | 20.16 | 3.95 | - |
| YUV | 115.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 36 | 0 | 0.61 | 0.83 | 0.17 | 15.68 | 0.71 | 0.49 |
| Hex | D4 | 52 | 24 | 0 | 3D | 53 | 11 | 10 | 47 | 31 |
| Octal | 324 | 122 | 44 | 0 | 75 | 123 | 21 | 20 | 107 | 61 |
| Binary | 11010100 | 1010010 | 100100 | 0 | 111101 | 1010011 | 10001 | 10000 | 1000111 | 110001 |
Color Harmonies of #D45224
Complementary color
Monochromatic Colors of #D45224
Black with #D45224
Text Example
Text Example
White with #D45224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45224; }
p { color: rgb(212,82,36); }
H1.HeaderClassName
{
color: #D45224;
}
.AnyTagClassName
{
color: #D45224;
}
</style>
background-color css
<style>
a { background-color: #D45224; }
a { background-color: rgb(212,82,36); }
div.DivClassName
{
background-color: #D45224;
}
.BgClassName
{
background-color: #D45224;
}
</style>
border-color css
<style>
span { border-color: #D45224; }
span { border-color: rgb(212,82,36); }
td.TdClassName
{
border-color: #D45224;
}
.TagClassName
{
border-color: #D45224;
}
</style>