Shades of Chilean Fire #D35930
Tints of Chilean Fire #D35930
RGB
CMYK
RGB Variations
Color information
#D35930 (or 0xD35930) is known color: Chilean Fire. HEX triplet: D3, 59 and 30. RGB value is (211,89,48). Sum of RGB (Red+Green+Blue) = 211+89+48=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D35930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35930 is #2CA6CF. Grayscale: #797979. Windows color (decimal): -2926288 or 3168723. OLE color: 3168723.
HSL color Cylindrical-coordinate representation of color #D35930: hue angle of 15.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D35930 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 48 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.17 |
| HSL | 15.09º | 0.65% | 0.51% | - |
| HSV(B) | 15.09º | 0.77% | 0.83% | - |
| XYZ | 30.97 | 21.21 | 5.26 | - |
| YUV | 120.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 48 | 0 | 0.58 | 0.77 | 0.17 | 15.09 | 0.65 | 0.51 |
| Hex | D3 | 59 | 30 | 0 | 3A | 4D | 11 | F | 41 | 33 |
| Octal | 323 | 131 | 60 | 0 | 72 | 115 | 21 | 17 | 101 | 63 |
| Binary | 11010011 | 1011001 | 110000 | 0 | 111010 | 1001101 | 10001 | 1111 | 1000001 | 110011 |
Color Harmonies of #D35930
Complementary color
Monochromatic Colors of #D35930
Black with #D35930
Text Example
Text Example
White with #D35930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35930; }
p { color: rgb(211,89,48); }
H1.HeaderClassName
{
color: #D35930;
}
.AnyTagClassName
{
color: #D35930;
}
</style>
background-color css
<style>
a { background-color: #D35930; }
a { background-color: rgb(211,89,48); }
div.DivClassName
{
background-color: #D35930;
}
.BgClassName
{
background-color: #D35930;
}
</style>
border-color css
<style>
span { border-color: #D35930; }
span { border-color: rgb(211,89,48); }
td.TdClassName
{
border-color: #D35930;
}
.TagClassName
{
border-color: #D35930;
}
</style>