Shades of Chilean Fire #D15E2F
Tints of Chilean Fire #D15E2F
RGB
CMYK
RGB Variations
Color information
#D15E2F (or 0xD15E2F) is known color: Chilean Fire. HEX triplet: D1, 5E and 2F. RGB value is (209,94,47). Sum of RGB (Red+Green+Blue) = 209+94+47=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E2F is #2EA1D0. Grayscale: #7B7B7B. Windows color (decimal): -3056081 or 3104465. OLE color: 3104465.
HSL color Cylindrical-coordinate representation of color #D15E2F: hue angle of 17.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D15E2F is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 47 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.18 |
| HSL | 17.41º | 0.64% | 0.5% | - |
| HSV(B) | 17.41º | 0.78% | 0.82% | - |
| XYZ | 30.81 | 21.77 | 5.27 | - |
| YUV | 123.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 47 | 0 | 0.55 | 0.78 | 0.18 | 17.41 | 0.64 | 0.5 |
| Hex | D1 | 5E | 2F | 0 | 37 | 4E | 12 | 11 | 40 | 32 |
| Octal | 321 | 136 | 57 | 0 | 67 | 116 | 22 | 21 | 100 | 62 |
| Binary | 11010001 | 1011110 | 101111 | 0 | 110111 | 1001110 | 10010 | 10001 | 1000000 | 110010 |
Color Harmonies of #D15E2F
Complementary color
Monochromatic Colors of #D15E2F
Black with #D15E2F
Text Example
Text Example
White with #D15E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E2F; }
p { color: rgb(209,94,47); }
H1.HeaderClassName
{
color: #D15E2F;
}
.AnyTagClassName
{
color: #D15E2F;
}
</style>
background-color css
<style>
a { background-color: #D15E2F; }
a { background-color: rgb(209,94,47); }
div.DivClassName
{
background-color: #D15E2F;
}
.BgClassName
{
background-color: #D15E2F;
}
</style>
border-color css
<style>
span { border-color: #D15E2F; }
span { border-color: rgb(209,94,47); }
td.TdClassName
{
border-color: #D15E2F;
}
.TagClassName
{
border-color: #D15E2F;
}
</style>