Shades of Chilean Fire #D84E23
Tints of Chilean Fire #D84E23
RGB
CMYK
RGB Variations
Color information
#D84E23 (or 0xD84E23) is known color: Chilean Fire. HEX triplet: D8, 4E and 23. RGB value is (216,78,35). Sum of RGB (Red+Green+Blue) = 216+78+35=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E23 is #27B1DC. Grayscale: #727272. Windows color (decimal): -2601437 or 2313944. OLE color: 2313944.
HSL color Cylindrical-coordinate representation of color #D84E23: hue angle of 14.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84E23 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 35 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.15 |
| HSL | 14.25º | 0.72% | 0.49% | - |
| HSV(B) | 14.25º | 0.84% | 0.85% | - |
| XYZ | 31.35 | 20.17 | 3.83 | - |
| YUV | 114.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 35 | 0 | 0.64 | 0.84 | 0.15 | 14.25 | 0.72 | 0.49 |
| Hex | D8 | 4E | 23 | 0 | 40 | 54 | F | E | 48 | 31 |
| Octal | 330 | 116 | 43 | 0 | 100 | 124 | 17 | 16 | 110 | 61 |
| Binary | 11011000 | 1001110 | 100011 | 0 | 1000000 | 1010100 | 1111 | 1110 | 1001000 | 110001 |
Color Harmonies of #D84E23
Complementary color
Monochromatic Colors of #D84E23
Black with #D84E23
Text Example
Text Example
White with #D84E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E23; }
p { color: rgb(216,78,35); }
H1.HeaderClassName
{
color: #D84E23;
}
.AnyTagClassName
{
color: #D84E23;
}
</style>
background-color css
<style>
a { background-color: #D84E23; }
a { background-color: rgb(216,78,35); }
div.DivClassName
{
background-color: #D84E23;
}
.BgClassName
{
background-color: #D84E23;
}
</style>
border-color css
<style>
span { border-color: #D84E23; }
span { border-color: rgb(216,78,35); }
td.TdClassName
{
border-color: #D84E23;
}
.TagClassName
{
border-color: #D84E23;
}
</style>