Shades of Chilean Fire #DE5426
Tints of Chilean Fire #DE5426
RGB
CMYK
RGB Variations
Color information
#DE5426 (or 0xDE5426) is known color: Chilean Fire. HEX triplet: DE, 54 and 26. RGB value is (222,84,38). Sum of RGB (Red+Green+Blue) = 222+84+38=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5426 is #21ABD9. Grayscale: #787878. Windows color (decimal): -2206682 or 2512094. OLE color: 2512094.
HSL color Cylindrical-coordinate representation of color #DE5426: hue angle of 15º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE5426 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 38 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.13 |
| HSL | 15º | 0.74% | 0.51% | - |
| HSV(B) | 15º | 0.83% | 0.87% | - |
| XYZ | 33.64 | 22.01 | 4.31 | - |
| YUV | 120.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 38 | 0 | 0.62 | 0.83 | 0.13 | 15 | 0.74 | 0.51 |
| Hex | DE | 54 | 26 | 0 | 3E | 53 | D | F | 4A | 33 |
| Octal | 336 | 124 | 46 | 0 | 76 | 123 | 15 | 17 | 112 | 63 |
| Binary | 11011110 | 1010100 | 100110 | 0 | 111110 | 1010011 | 1101 | 1111 | 1001010 | 110011 |
Color Harmonies of #DE5426
Complementary color
Monochromatic Colors of #DE5426
Black with #DE5426
Text Example
Text Example
White with #DE5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5426; }
p { color: rgb(222,84,38); }
H1.HeaderClassName
{
color: #DE5426;
}
.AnyTagClassName
{
color: #DE5426;
}
</style>
background-color css
<style>
a { background-color: #DE5426; }
a { background-color: rgb(222,84,38); }
div.DivClassName
{
background-color: #DE5426;
}
.BgClassName
{
background-color: #DE5426;
}
</style>
border-color css
<style>
span { border-color: #DE5426; }
span { border-color: rgb(222,84,38); }
td.TdClassName
{
border-color: #DE5426;
}
.TagClassName
{
border-color: #DE5426;
}
</style>