Shades of Chilean Fire #D15C2C
Tints of Chilean Fire #D15C2C
RGB
CMYK
RGB Variations
Color information
#D15C2C (or 0xD15C2C) is known color: Chilean Fire. HEX triplet: D1, 5C and 2C. RGB value is (209,92,44). Sum of RGB (Red+Green+Blue) = 209+92+44=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C2C is #2EA3D3. Grayscale: #797979. Windows color (decimal): -3056596 or 2907345. OLE color: 2907345.
HSL color Cylindrical-coordinate representation of color #D15C2C: hue angle of 17.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D15C2C is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 44 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.18 |
| HSL | 17.45º | 0.65% | 0.5% | - |
| HSV(B) | 17.45º | 0.79% | 0.82% | - |
| XYZ | 30.58 | 21.39 | 4.9 | - |
| YUV | 121.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 44 | 0 | 0.56 | 0.79 | 0.18 | 17.45 | 0.65 | 0.5 |
| Hex | D1 | 5C | 2C | 0 | 38 | 4F | 12 | 11 | 41 | 32 |
| Octal | 321 | 134 | 54 | 0 | 70 | 117 | 22 | 21 | 101 | 62 |
| Binary | 11010001 | 1011100 | 101100 | 0 | 111000 | 1001111 | 10010 | 10001 | 1000001 | 110010 |
Color Harmonies of #D15C2C
Complementary color
Monochromatic Colors of #D15C2C
Black with #D15C2C
Text Example
Text Example
White with #D15C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C2C; }
p { color: rgb(209,92,44); }
H1.HeaderClassName
{
color: #D15C2C;
}
.AnyTagClassName
{
color: #D15C2C;
}
</style>
background-color css
<style>
a { background-color: #D15C2C; }
a { background-color: rgb(209,92,44); }
div.DivClassName
{
background-color: #D15C2C;
}
.BgClassName
{
background-color: #D15C2C;
}
</style>
border-color css
<style>
span { border-color: #D15C2C; }
span { border-color: rgb(209,92,44); }
td.TdClassName
{
border-color: #D15C2C;
}
.TagClassName
{
border-color: #D15C2C;
}
</style>