Shades of Chilean Fire #D15E35
Tints of Chilean Fire #D15E35
RGB
CMYK
RGB Variations
Color information
#D15E35 (or 0xD15E35) is known color: Chilean Fire. HEX triplet: D1, 5E and 35. RGB value is (209,94,53). Sum of RGB (Red+Green+Blue) = 209+94+53=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E35 is #2EA1CA. Grayscale: #7B7B7B. Windows color (decimal): -3056075 or 3497681. OLE color: 3497681.
HSL color Cylindrical-coordinate representation of color #D15E35: hue angle of 15.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D15E35 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 53 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.18 |
| HSL | 15.77º | 0.63% | 0.51% | - |
| HSV(B) | 15.77º | 0.75% | 0.82% | - |
| XYZ | 30.94 | 21.82 | 5.95 | - |
| YUV | 123.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 53 | 0 | 0.55 | 0.75 | 0.18 | 15.77 | 0.63 | 0.51 |
| Hex | D1 | 5E | 35 | 0 | 37 | 4B | 12 | 10 | 3F | 33 |
| Octal | 321 | 136 | 65 | 0 | 67 | 113 | 22 | 20 | 77 | 63 |
| Binary | 11010001 | 1011110 | 110101 | 0 | 110111 | 1001011 | 10010 | 10000 | 111111 | 110011 |
Color Harmonies of #D15E35
Complementary color
Monochromatic Colors of #D15E35
Black with #D15E35
Text Example
Text Example
White with #D15E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E35; }
p { color: rgb(209,94,53); }
H1.HeaderClassName
{
color: #D15E35;
}
.AnyTagClassName
{
color: #D15E35;
}
</style>
background-color css
<style>
a { background-color: #D15E35; }
a { background-color: rgb(209,94,53); }
div.DivClassName
{
background-color: #D15E35;
}
.BgClassName
{
background-color: #D15E35;
}
</style>
border-color css
<style>
span { border-color: #D15E35; }
span { border-color: rgb(209,94,53); }
td.TdClassName
{
border-color: #D15E35;
}
.TagClassName
{
border-color: #D15E35;
}
</style>