Shades of Chilean Fire #D35928
Tints of Chilean Fire #D35928
RGB
CMYK
RGB Variations
Color information
#D35928 (or 0xD35928) is known color: Chilean Fire. HEX triplet: D3, 59 and 28. RGB value is (211,89,40). Sum of RGB (Red+Green+Blue) = 211+89+40=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D35928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35928 is #2CA6D7. Grayscale: #787878. Windows color (decimal): -2926296 or 2644435. OLE color: 2644435.
HSL color Cylindrical-coordinate representation of color #D35928: hue angle of 17.19º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D35928 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 40 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.17 |
| HSL | 17.19º | 0.68% | 0.49% | - |
| HSV(B) | 17.19º | 0.81% | 0.83% | - |
| XYZ | 30.82 | 21.15 | 4.46 | - |
| YUV | 119.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 40 | 0 | 0.58 | 0.81 | 0.17 | 17.19 | 0.68 | 0.49 |
| Hex | D3 | 59 | 28 | 0 | 3A | 51 | 11 | 11 | 44 | 31 |
| Octal | 323 | 131 | 50 | 0 | 72 | 121 | 21 | 21 | 104 | 61 |
| Binary | 11010011 | 1011001 | 101000 | 0 | 111010 | 1010001 | 10001 | 10001 | 1000100 | 110001 |
Color Harmonies of #D35928
Complementary color
Monochromatic Colors of #D35928
Black with #D35928
Text Example
Text Example
White with #D35928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35928; }
p { color: rgb(211,89,40); }
H1.HeaderClassName
{
color: #D35928;
}
.AnyTagClassName
{
color: #D35928;
}
</style>
background-color css
<style>
a { background-color: #D35928; }
a { background-color: rgb(211,89,40); }
div.DivClassName
{
background-color: #D35928;
}
.BgClassName
{
background-color: #D35928;
}
</style>
border-color css
<style>
span { border-color: #D35928; }
span { border-color: rgb(211,89,40); }
td.TdClassName
{
border-color: #D35928;
}
.TagClassName
{
border-color: #D35928;
}
</style>