Shades of Cinnabar #E53422
Tints of Cinnabar #E53422
RGB
CMYK
RGB Variations
Color information
#E53422 (or 0xE53422) is known color: Cinnabar. HEX triplet: E5, 34 and 22. RGB value is (229,52,34). Sum of RGB (Red+Green+Blue) = 229+52+34=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E53422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53422 is #1ACBDD. Grayscale: #676767. Windows color (decimal): -1756126 or 2241765. OLE color: 2241765.
HSL color Cylindrical-coordinate representation of color #E53422: hue angle of 5.54º 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 #E53422 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.10 |
| HSL | 5.54º | 0.79% | 0.52% | - |
| HSV(B) | 5.54º | 0.85% | 0.9% | - |
| XYZ | 33.83 | 19.23 | 3.44 | - |
| YUV | 102.87 | 89.14 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 34 | 0 | 0.77 | 0.85 | 0.10 | 5.54 | 0.79 | 0.52 |
| Hex | E5 | 34 | 22 | 0 | 4D | 55 | A | 6 | 4F | 34 |
| Octal | 345 | 64 | 42 | 0 | 115 | 125 | 12 | 6 | 117 | 64 |
| Binary | 11100101 | 110100 | 100010 | 0 | 1001101 | 1010101 | 1010 | 110 | 1001111 | 110100 |
Color Harmonies of #E53422
Complementary color
Monochromatic Colors of #E53422
Black with #E53422
Text Example
Text Example
White with #E53422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53422; }
p { color: rgb(229,52,34); }
H1.HeaderClassName
{
color: #E53422;
}
.AnyTagClassName
{
color: #E53422;
}
</style>
background-color css
<style>
a { background-color: #E53422; }
a { background-color: rgb(229,52,34); }
div.DivClassName
{
background-color: #E53422;
}
.BgClassName
{
background-color: #E53422;
}
</style>
border-color css
<style>
span { border-color: #E53422; }
span { border-color: rgb(229,52,34); }
td.TdClassName
{
border-color: #E53422;
}
.TagClassName
{
border-color: #E53422;
}
</style>