Shades of Chilean Fire #D15732
Tints of Chilean Fire #D15732
RGB
CMYK
RGB Variations
Color information
#D15732 (or 0xD15732) is known color: Chilean Fire. HEX triplet: D1, 57 and 32. RGB value is (209,87,50). Sum of RGB (Red+Green+Blue) = 209+87+50=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D15732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15732 is #2EA8CD. Grayscale: #777777. Windows color (decimal): -3057870 or 3299281. OLE color: 3299281.
HSL color Cylindrical-coordinate representation of color #D15732: hue angle of 13.96º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D15732 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 50 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.18 |
| HSL | 13.96º | 0.63% | 0.51% | - |
| HSV(B) | 13.96º | 0.76% | 0.82% | - |
| XYZ | 30.28 | 20.6 | 5.4 | - |
| YUV | 119.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 50 | 0 | 0.58 | 0.76 | 0.18 | 13.96 | 0.63 | 0.51 |
| Hex | D1 | 57 | 32 | 0 | 3A | 4C | 12 | E | 3F | 33 |
| Octal | 321 | 127 | 62 | 0 | 72 | 114 | 22 | 16 | 77 | 63 |
| Binary | 11010001 | 1010111 | 110010 | 0 | 111010 | 1001100 | 10010 | 1110 | 111111 | 110011 |
Color Harmonies of #D15732
Complementary color
Monochromatic Colors of #D15732
Black with #D15732
Text Example
Text Example
White with #D15732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15732; }
p { color: rgb(209,87,50); }
H1.HeaderClassName
{
color: #D15732;
}
.AnyTagClassName
{
color: #D15732;
}
</style>
background-color css
<style>
a { background-color: #D15732; }
a { background-color: rgb(209,87,50); }
div.DivClassName
{
background-color: #D15732;
}
.BgClassName
{
background-color: #D15732;
}
</style>
border-color css
<style>
span { border-color: #D15732; }
span { border-color: rgb(209,87,50); }
td.TdClassName
{
border-color: #D15732;
}
.TagClassName
{
border-color: #D15732;
}
</style>