Shades of Cinnabar #E55022
Tints of Cinnabar #E55022
RGB
CMYK
RGB Variations
Color information
#E55022 (or 0xE55022) is known color: Cinnabar. HEX triplet: E5, 50 and 22. RGB value is (229,80,34). Sum of RGB (Red+Green+Blue) = 229+80+34=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E55022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55022 is #1AAFDD. Grayscale: #777777. Windows color (decimal): -1748958 or 2248933. OLE color: 2248933.
HSL color Cylindrical-coordinate representation of color #E55022: hue angle of 14.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E55022 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 34 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.10 |
| HSL | 14.15º | 0.79% | 0.52% | - |
| HSV(B) | 14.15º | 0.85% | 0.9% | - |
| XYZ | 35.47 | 22.51 | 3.99 | - |
| YUV | 119.31 | 79.86 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 34 | 0 | 0.65 | 0.85 | 0.10 | 14.15 | 0.79 | 0.52 |
| Hex | E5 | 50 | 22 | 0 | 41 | 55 | A | E | 4F | 34 |
| Octal | 345 | 120 | 42 | 0 | 101 | 125 | 12 | 16 | 117 | 64 |
| Binary | 11100101 | 1010000 | 100010 | 0 | 1000001 | 1010101 | 1010 | 1110 | 1001111 | 110100 |
Color Harmonies of #E55022
Complementary color
Monochromatic Colors of #E55022
Black with #E55022
Text Example
Text Example
White with #E55022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55022; }
p { color: rgb(229,80,34); }
H1.HeaderClassName
{
color: #E55022;
}
.AnyTagClassName
{
color: #E55022;
}
</style>
background-color css
<style>
a { background-color: #E55022; }
a { background-color: rgb(229,80,34); }
div.DivClassName
{
background-color: #E55022;
}
.BgClassName
{
background-color: #E55022;
}
</style>
border-color css
<style>
span { border-color: #E55022; }
span { border-color: rgb(229,80,34); }
td.TdClassName
{
border-color: #E55022;
}
.TagClassName
{
border-color: #E55022;
}
</style>