Shades of Chilean Fire #D36030
Tints of Chilean Fire #D36030
RGB
CMYK
RGB Variations
Color information
#D36030 (or 0xD36030) is known color: Chilean Fire. HEX triplet: D3, 60 and 30. RGB value is (211,96,48). Sum of RGB (Red+Green+Blue) = 211+96+48=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D36030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36030 is #2C9FCF. Grayscale: #7D7D7D. Windows color (decimal): -2924496 or 3170515. OLE color: 3170515.
HSL color Cylindrical-coordinate representation of color #D36030: hue angle of 17.67º 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 #D36030 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 48 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.17 |
| HSL | 17.67º | 0.65% | 0.51% | - |
| HSV(B) | 17.67º | 0.77% | 0.83% | - |
| XYZ | 31.58 | 22.43 | 5.46 | - |
| YUV | 124.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 48 | 0 | 0.55 | 0.77 | 0.17 | 17.67 | 0.65 | 0.51 |
| Hex | D3 | 60 | 30 | 0 | 37 | 4D | 11 | 12 | 41 | 33 |
| Octal | 323 | 140 | 60 | 0 | 67 | 115 | 21 | 22 | 101 | 63 |
| Binary | 11010011 | 1100000 | 110000 | 0 | 110111 | 1001101 | 10001 | 10010 | 1000001 | 110011 |
Color Harmonies of #D36030
Complementary color
Monochromatic Colors of #D36030
Black with #D36030
Text Example
Text Example
White with #D36030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36030; }
p { color: rgb(211,96,48); }
H1.HeaderClassName
{
color: #D36030;
}
.AnyTagClassName
{
color: #D36030;
}
</style>
background-color css
<style>
a { background-color: #D36030; }
a { background-color: rgb(211,96,48); }
div.DivClassName
{
background-color: #D36030;
}
.BgClassName
{
background-color: #D36030;
}
</style>
border-color css
<style>
span { border-color: #D36030; }
span { border-color: rgb(211,96,48); }
td.TdClassName
{
border-color: #D36030;
}
.TagClassName
{
border-color: #D36030;
}
</style>