Shades of Chilean Fire #D35932
Tints of Chilean Fire #D35932
RGB
CMYK
RGB Variations
Color information
#D35932 (or 0xD35932) is known color: Chilean Fire. HEX triplet: D3, 59 and 32. RGB value is (211,89,50). Sum of RGB (Red+Green+Blue) = 211+89+50=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D35932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35932 is #2CA6CD. Grayscale: #797979. Windows color (decimal): -2926286 or 3299795. OLE color: 3299795.
HSL color Cylindrical-coordinate representation of color #D35932: hue angle of 14.53º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D35932 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 50 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.17 |
| HSL | 14.53º | 0.65% | 0.51% | - |
| HSV(B) | 14.53º | 0.76% | 0.83% | - |
| XYZ | 31.01 | 21.22 | 5.48 | - |
| YUV | 121.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 50 | 0 | 0.58 | 0.76 | 0.17 | 14.53 | 0.65 | 0.51 |
| Hex | D3 | 59 | 32 | 0 | 3A | 4C | 11 | F | 41 | 33 |
| Octal | 323 | 131 | 62 | 0 | 72 | 114 | 21 | 17 | 101 | 63 |
| Binary | 11010011 | 1011001 | 110010 | 0 | 111010 | 1001100 | 10001 | 1111 | 1000001 | 110011 |
Color Harmonies of #D35932
Complementary color
Monochromatic Colors of #D35932
Black with #D35932
Text Example
Text Example
White with #D35932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35932; }
p { color: rgb(211,89,50); }
H1.HeaderClassName
{
color: #D35932;
}
.AnyTagClassName
{
color: #D35932;
}
</style>
background-color css
<style>
a { background-color: #D35932; }
a { background-color: rgb(211,89,50); }
div.DivClassName
{
background-color: #D35932;
}
.BgClassName
{
background-color: #D35932;
}
</style>
border-color css
<style>
span { border-color: #D35932; }
span { border-color: rgb(211,89,50); }
td.TdClassName
{
border-color: #D35932;
}
.TagClassName
{
border-color: #D35932;
}
</style>