Shades of Chilean Fire #D84E21
Tints of Chilean Fire #D84E21
RGB
CMYK
RGB Variations
Color information
#D84E21 (or 0xD84E21) is known color: Chilean Fire. HEX triplet: D8, 4E and 21. RGB value is (216,78,33). Sum of RGB (Red+Green+Blue) = 216+78+33=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E21 is #27B1DE. Grayscale: #727272. Windows color (decimal): -2601439 or 2182872. OLE color: 2182872.
HSL color Cylindrical-coordinate representation of color #D84E21: hue angle of 14.75º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D84E21 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 33 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.15 |
| HSL | 14.75º | 0.73% | 0.49% | - |
| HSV(B) | 14.75º | 0.85% | 0.85% | - |
| XYZ | 31.32 | 20.16 | 3.68 | - |
| YUV | 114.13 | 82.22 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 33 | 0 | 0.64 | 0.85 | 0.15 | 14.75 | 0.73 | 0.49 |
| Hex | D8 | 4E | 21 | 0 | 40 | 55 | F | F | 49 | 31 |
| Octal | 330 | 116 | 41 | 0 | 100 | 125 | 17 | 17 | 111 | 61 |
| Binary | 11011000 | 1001110 | 100001 | 0 | 1000000 | 1010101 | 1111 | 1111 | 1001001 | 110001 |
Color Harmonies of #D84E21
Complementary color
Monochromatic Colors of #D84E21
Black with #D84E21
Text Example
Text Example
White with #D84E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E21; }
p { color: rgb(216,78,33); }
H1.HeaderClassName
{
color: #D84E21;
}
.AnyTagClassName
{
color: #D84E21;
}
</style>
background-color css
<style>
a { background-color: #D84E21; }
a { background-color: rgb(216,78,33); }
div.DivClassName
{
background-color: #D84E21;
}
.BgClassName
{
background-color: #D84E21;
}
</style>
border-color css
<style>
span { border-color: #D84E21; }
span { border-color: rgb(216,78,33); }
td.TdClassName
{
border-color: #D84E21;
}
.TagClassName
{
border-color: #D84E21;
}
</style>