Shades of Chilean Fire #D85E3E
Tints of Chilean Fire #D85E3E
RGB
CMYK
RGB Variations
Color information
#D85E3E (or 0xD85E3E) is known color: Chilean Fire. HEX triplet: D8, 5E and 3E. RGB value is (216,94,62). Sum of RGB (Red+Green+Blue) = 216+94+62=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E3E is #27A1C1. Grayscale: #7F7F7F. Windows color (decimal): -2597314 or 4087512. OLE color: 4087512.
HSL color Cylindrical-coordinate representation of color #D85E3E: hue angle of 12.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D85E3E is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 62 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.15 |
| HSL | 12.47º | 0.66% | 0.55% | - |
| HSV(B) | 12.47º | 0.71% | 0.85% | - |
| XYZ | 33.19 | 22.95 | 7.24 | - |
| YUV | 126.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 62 | 0 | 0.56 | 0.71 | 0.15 | 12.47 | 0.66 | 0.55 |
| Hex | D8 | 5E | 3E | 0 | 38 | 47 | F | C | 42 | 37 |
| Octal | 330 | 136 | 76 | 0 | 70 | 107 | 17 | 14 | 102 | 67 |
| Binary | 11011000 | 1011110 | 111110 | 0 | 111000 | 1000111 | 1111 | 1100 | 1000010 | 110111 |
Color Harmonies of #D85E3E
Complementary color
Monochromatic Colors of #D85E3E
Black with #D85E3E
Text Example
Text Example
White with #D85E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E3E; }
p { color: rgb(216,94,62); }
H1.HeaderClassName
{
color: #D85E3E;
}
.AnyTagClassName
{
color: #D85E3E;
}
</style>
background-color css
<style>
a { background-color: #D85E3E; }
a { background-color: rgb(216,94,62); }
div.DivClassName
{
background-color: #D85E3E;
}
.BgClassName
{
background-color: #D85E3E;
}
</style>
border-color css
<style>
span { border-color: #D85E3E; }
span { border-color: rgb(216,94,62); }
td.TdClassName
{
border-color: #D85E3E;
}
.TagClassName
{
border-color: #D85E3E;
}
</style>