Shades of Chilean Fire #D15D2C
Tints of Chilean Fire #D15D2C
RGB
CMYK
RGB Variations
Color information
#D15D2C (or 0xD15D2C) is known color: Chilean Fire. HEX triplet: D1, 5D and 2C. RGB value is (209,93,44). Sum of RGB (Red+Green+Blue) = 209+93+44=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D2C is #2EA2D3. Grayscale: #7A7A7A. Windows color (decimal): -3056340 or 2907601. OLE color: 2907601.
HSL color Cylindrical-coordinate representation of color #D15D2C: hue angle of 17.82º 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 #D15D2C is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 44 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.18 |
| HSL | 17.82º | 0.65% | 0.5% | - |
| HSV(B) | 17.82º | 0.79% | 0.82% | - |
| XYZ | 30.66 | 21.57 | 4.93 | - |
| YUV | 122.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 44 | 0 | 0.56 | 0.79 | 0.18 | 17.82 | 0.65 | 0.5 |
| Hex | D1 | 5D | 2C | 0 | 38 | 4F | 12 | 12 | 41 | 32 |
| Octal | 321 | 135 | 54 | 0 | 70 | 117 | 22 | 22 | 101 | 62 |
| Binary | 11010001 | 1011101 | 101100 | 0 | 111000 | 1001111 | 10010 | 10010 | 1000001 | 110010 |
Color Harmonies of #D15D2C
Complementary color
Monochromatic Colors of #D15D2C
Black with #D15D2C
Text Example
Text Example
White with #D15D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D2C; }
p { color: rgb(209,93,44); }
H1.HeaderClassName
{
color: #D15D2C;
}
.AnyTagClassName
{
color: #D15D2C;
}
</style>
background-color css
<style>
a { background-color: #D15D2C; }
a { background-color: rgb(209,93,44); }
div.DivClassName
{
background-color: #D15D2C;
}
.BgClassName
{
background-color: #D15D2C;
}
</style>
border-color css
<style>
span { border-color: #D15D2C; }
span { border-color: rgb(209,93,44); }
td.TdClassName
{
border-color: #D15D2C;
}
.TagClassName
{
border-color: #D15D2C;
}
</style>