Shades of Chilean Fire #D15A37
Tints of Chilean Fire #D15A37
RGB
CMYK
RGB Variations
Color information
#D15A37 (or 0xD15A37) is known color: Chilean Fire. HEX triplet: D1, 5A and 37. RGB value is (209,90,55). Sum of RGB (Red+Green+Blue) = 209+90+55=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A37 is #2EA5C8. Grayscale: #797979. Windows color (decimal): -3057097 or 3627729. OLE color: 3627729.
HSL color Cylindrical-coordinate representation of color #D15A37: hue angle of 13.64º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D15A37 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 55 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.18 |
| HSL | 13.64º | 0.63% | 0.52% | - |
| HSV(B) | 13.64º | 0.74% | 0.82% | - |
| XYZ | 30.64 | 21.14 | 6.08 | - |
| YUV | 121.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 55 | 0 | 0.57 | 0.74 | 0.18 | 13.64 | 0.63 | 0.52 |
| Hex | D1 | 5A | 37 | 0 | 39 | 4A | 12 | E | 3F | 34 |
| Octal | 321 | 132 | 67 | 0 | 71 | 112 | 22 | 16 | 77 | 64 |
| Binary | 11010001 | 1011010 | 110111 | 0 | 111001 | 1001010 | 10010 | 1110 | 111111 | 110100 |
Color Harmonies of #D15A37
Complementary color
Monochromatic Colors of #D15A37
Black with #D15A37
Text Example
Text Example
White with #D15A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A37; }
p { color: rgb(209,90,55); }
H1.HeaderClassName
{
color: #D15A37;
}
.AnyTagClassName
{
color: #D15A37;
}
</style>
background-color css
<style>
a { background-color: #D15A37; }
a { background-color: rgb(209,90,55); }
div.DivClassName
{
background-color: #D15A37;
}
.BgClassName
{
background-color: #D15A37;
}
</style>
border-color css
<style>
span { border-color: #D15A37; }
span { border-color: rgb(209,90,55); }
td.TdClassName
{
border-color: #D15A37;
}
.TagClassName
{
border-color: #D15A37;
}
</style>