Shades of Chilean Fire #D15224
Tints of Chilean Fire #D15224
RGB
CMYK
RGB Variations
Color information
#D15224 (or 0xD15224) is known color: Chilean Fire. HEX triplet: D1, 52 and 24. RGB value is (209,82,36). Sum of RGB (Red+Green+Blue) = 209+82+36=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D15224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15224 is #2EADDB. Grayscale: #737373. Windows color (decimal): -3059164 or 2380497. OLE color: 2380497.
HSL color Cylindrical-coordinate representation of color #D15224: hue angle of 15.95º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D15224 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 36 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.18 |
| HSL | 15.95º | 0.71% | 0.48% | - |
| HSV(B) | 15.95º | 0.83% | 0.82% | - |
| XYZ | 29.63 | 19.72 | 3.91 | - |
| YUV | 114.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 36 | 0 | 0.61 | 0.83 | 0.18 | 15.95 | 0.71 | 0.48 |
| Hex | D1 | 52 | 24 | 0 | 3D | 53 | 12 | 10 | 47 | 30 |
| Octal | 321 | 122 | 44 | 0 | 75 | 123 | 22 | 20 | 107 | 60 |
| Binary | 11010001 | 1010010 | 100100 | 0 | 111101 | 1010011 | 10010 | 10000 | 1000111 | 110000 |
Color Harmonies of #D15224
Complementary color
Monochromatic Colors of #D15224
Black with #D15224
Text Example
Text Example
White with #D15224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15224; }
p { color: rgb(209,82,36); }
H1.HeaderClassName
{
color: #D15224;
}
.AnyTagClassName
{
color: #D15224;
}
</style>
background-color css
<style>
a { background-color: #D15224; }
a { background-color: rgb(209,82,36); }
div.DivClassName
{
background-color: #D15224;
}
.BgClassName
{
background-color: #D15224;
}
</style>
border-color css
<style>
span { border-color: #D15224; }
span { border-color: rgb(209,82,36); }
td.TdClassName
{
border-color: #D15224;
}
.TagClassName
{
border-color: #D15224;
}
</style>