Shades of Chilean Fire #D85E2A
Tints of Chilean Fire #D85E2A
RGB
CMYK
RGB Variations
Color information
#D85E2A (or 0xD85E2A) is known color: Chilean Fire. HEX triplet: D8, 5E and 2A. RGB value is (216,94,42). Sum of RGB (Red+Green+Blue) = 216+94+42=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E2A is #27A1D5. Grayscale: #7C7C7C. Windows color (decimal): -2597334 or 2776792. OLE color: 2776792.
HSL color Cylindrical-coordinate representation of color #D85E2A: hue angle of 17.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D85E2A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 42 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.15 |
| HSL | 17.93º | 0.69% | 0.51% | - |
| HSV(B) | 17.93º | 0.81% | 0.85% | - |
| XYZ | 32.74 | 22.77 | 4.86 | - |
| YUV | 124.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 42 | 0 | 0.56 | 0.81 | 0.15 | 17.93 | 0.69 | 0.51 |
| Hex | D8 | 5E | 2A | 0 | 38 | 51 | F | 12 | 45 | 33 |
| Octal | 330 | 136 | 52 | 0 | 70 | 121 | 17 | 22 | 105 | 63 |
| Binary | 11011000 | 1011110 | 101010 | 0 | 111000 | 1010001 | 1111 | 10010 | 1000101 | 110011 |
Color Harmonies of #D85E2A
Complementary color
Monochromatic Colors of #D85E2A
Black with #D85E2A
Text Example
Text Example
White with #D85E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E2A; }
p { color: rgb(216,94,42); }
H1.HeaderClassName
{
color: #D85E2A;
}
.AnyTagClassName
{
color: #D85E2A;
}
</style>
background-color css
<style>
a { background-color: #D85E2A; }
a { background-color: rgb(216,94,42); }
div.DivClassName
{
background-color: #D85E2A;
}
.BgClassName
{
background-color: #D85E2A;
}
</style>
border-color css
<style>
span { border-color: #D85E2A; }
span { border-color: rgb(216,94,42); }
td.TdClassName
{
border-color: #D85E2A;
}
.TagClassName
{
border-color: #D85E2A;
}
</style>