Shades of Chilean Fire #D35D32
Tints of Chilean Fire #D35D32
RGB
CMYK
RGB Variations
Color information
#D35D32 (or 0xD35D32) is known color: Chilean Fire. HEX triplet: D3, 5D and 32. RGB value is (211,93,50). Sum of RGB (Red+Green+Blue) = 211+93+50=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35D32 is #2CA2CD. Grayscale: #7B7B7B. Windows color (decimal): -2925262 or 3300819. OLE color: 3300819.
HSL color Cylindrical-coordinate representation of color #D35D32: hue angle of 16.02º 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 #D35D32 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 50 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.17 |
| HSL | 16.02º | 0.65% | 0.51% | - |
| HSV(B) | 16.02º | 0.76% | 0.83% | - |
| XYZ | 31.35 | 21.91 | 5.59 | - |
| YUV | 123.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 50 | 0 | 0.56 | 0.76 | 0.17 | 16.02 | 0.65 | 0.51 |
| Hex | D3 | 5D | 32 | 0 | 38 | 4C | 11 | 10 | 41 | 33 |
| Octal | 323 | 135 | 62 | 0 | 70 | 114 | 21 | 20 | 101 | 63 |
| Binary | 11010011 | 1011101 | 110010 | 0 | 111000 | 1001100 | 10001 | 10000 | 1000001 | 110011 |
Color Harmonies of #D35D32
Complementary color
Monochromatic Colors of #D35D32
Black with #D35D32
Text Example
Text Example
White with #D35D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D32; }
p { color: rgb(211,93,50); }
H1.HeaderClassName
{
color: #D35D32;
}
.AnyTagClassName
{
color: #D35D32;
}
</style>
background-color css
<style>
a { background-color: #D35D32; }
a { background-color: rgb(211,93,50); }
div.DivClassName
{
background-color: #D35D32;
}
.BgClassName
{
background-color: #D35D32;
}
</style>
border-color css
<style>
span { border-color: #D35D32; }
span { border-color: rgb(211,93,50); }
td.TdClassName
{
border-color: #D35D32;
}
.TagClassName
{
border-color: #D35D32;
}
</style>