Shades of Chilean Fire #D15223
Tints of Chilean Fire #D15223
RGB
CMYK
RGB Variations
Color information
#D15223 (or 0xD15223) is known color: Chilean Fire. HEX triplet: D1, 52 and 23. RGB value is (209,82,35). Sum of RGB (Red+Green+Blue) = 209+82+35=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D15223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15223 is #2EADDC. Grayscale: #727272. Windows color (decimal): -3059165 or 2314961. OLE color: 2314961.
HSL color Cylindrical-coordinate representation of color #D15223: hue angle of 16.21º 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 #D15223 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 35 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.18 |
| HSL | 16.21º | 0.71% | 0.48% | - |
| HSV(B) | 16.21º | 0.83% | 0.82% | - |
| XYZ | 29.62 | 19.71 | 3.83 | - |
| YUV | 114.62 | 83.08 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 35 | 0 | 0.61 | 0.83 | 0.18 | 16.21 | 0.71 | 0.48 |
| Hex | D1 | 52 | 23 | 0 | 3D | 53 | 12 | 10 | 47 | 30 |
| Octal | 321 | 122 | 43 | 0 | 75 | 123 | 22 | 20 | 107 | 60 |
| Binary | 11010001 | 1010010 | 100011 | 0 | 111101 | 1010011 | 10010 | 10000 | 1000111 | 110000 |
Color Harmonies of #D15223
Complementary color
Monochromatic Colors of #D15223
Black with #D15223
Text Example
Text Example
White with #D15223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15223; }
p { color: rgb(209,82,35); }
H1.HeaderClassName
{
color: #D15223;
}
.AnyTagClassName
{
color: #D15223;
}
</style>
background-color css
<style>
a { background-color: #D15223; }
a { background-color: rgb(209,82,35); }
div.DivClassName
{
background-color: #D15223;
}
.BgClassName
{
background-color: #D15223;
}
</style>
border-color css
<style>
span { border-color: #D15223; }
span { border-color: rgb(209,82,35); }
td.TdClassName
{
border-color: #D15223;
}
.TagClassName
{
border-color: #D15223;
}
</style>