Shades of Chilean Fire #D85E30
Tints of Chilean Fire #D85E30
RGB
CMYK
RGB Variations
Color information
#D85E30 (or 0xD85E30) is known color: Chilean Fire. HEX triplet: D8, 5E and 30. RGB value is (216,94,48). Sum of RGB (Red+Green+Blue) = 216+94+48=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E30 is #27A1CF. Grayscale: #7D7D7D. Windows color (decimal): -2597328 or 3170008. OLE color: 3170008.
HSL color Cylindrical-coordinate representation of color #D85E30: hue angle of 16.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D85E30 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 48 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.15 |
| HSL | 16.43º | 0.68% | 0.52% | - |
| HSV(B) | 16.43º | 0.78% | 0.85% | - |
| XYZ | 32.86 | 22.82 | 5.47 | - |
| YUV | 125.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 48 | 0 | 0.56 | 0.78 | 0.15 | 16.43 | 0.68 | 0.52 |
| Hex | D8 | 5E | 30 | 0 | 38 | 4E | F | 10 | 44 | 34 |
| Octal | 330 | 136 | 60 | 0 | 70 | 116 | 17 | 20 | 104 | 64 |
| Binary | 11011000 | 1011110 | 110000 | 0 | 111000 | 1001110 | 1111 | 10000 | 1000100 | 110100 |
Color Harmonies of #D85E30
Complementary color
Monochromatic Colors of #D85E30
Black with #D85E30
Text Example
Text Example
White with #D85E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E30; }
p { color: rgb(216,94,48); }
H1.HeaderClassName
{
color: #D85E30;
}
.AnyTagClassName
{
color: #D85E30;
}
</style>
background-color css
<style>
a { background-color: #D85E30; }
a { background-color: rgb(216,94,48); }
div.DivClassName
{
background-color: #D85E30;
}
.BgClassName
{
background-color: #D85E30;
}
</style>
border-color css
<style>
span { border-color: #D85E30; }
span { border-color: rgb(216,94,48); }
td.TdClassName
{
border-color: #D85E30;
}
.TagClassName
{
border-color: #D85E30;
}
</style>