Shades of Chilean Fire #D35532
Tints of Chilean Fire #D35532
RGB
CMYK
RGB Variations
Color information
#D35532 (or 0xD35532) is known color: Chilean Fire. HEX triplet: D3, 55 and 32. RGB value is (211,85,50). Sum of RGB (Red+Green+Blue) = 211+85+50=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D35532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35532 is #2CAACD. Grayscale: #767676. Windows color (decimal): -2927310 or 3298771. OLE color: 3298771.
HSL color Cylindrical-coordinate representation of color #D35532: hue angle of 13.04º 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 #D35532 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 50 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.17 |
| HSL | 13.04º | 0.65% | 0.51% | - |
| HSV(B) | 13.04º | 0.76% | 0.83% | - |
| XYZ | 30.69 | 20.58 | 5.37 | - |
| YUV | 118.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 50 | 0 | 0.60 | 0.76 | 0.17 | 13.04 | 0.65 | 0.51 |
| Hex | D3 | 55 | 32 | 0 | 3C | 4C | 11 | D | 41 | 33 |
| Octal | 323 | 125 | 62 | 0 | 74 | 114 | 21 | 15 | 101 | 63 |
| Binary | 11010011 | 1010101 | 110010 | 0 | 111100 | 1001100 | 10001 | 1101 | 1000001 | 110011 |
Color Harmonies of #D35532
Complementary color
Monochromatic Colors of #D35532
Black with #D35532
Text Example
Text Example
White with #D35532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35532; }
p { color: rgb(211,85,50); }
H1.HeaderClassName
{
color: #D35532;
}
.AnyTagClassName
{
color: #D35532;
}
</style>
background-color css
<style>
a { background-color: #D35532; }
a { background-color: rgb(211,85,50); }
div.DivClassName
{
background-color: #D35532;
}
.BgClassName
{
background-color: #D35532;
}
</style>
border-color css
<style>
span { border-color: #D35532; }
span { border-color: rgb(211,85,50); }
td.TdClassName
{
border-color: #D35532;
}
.TagClassName
{
border-color: #D35532;
}
</style>