Shades of Cinnabar #E53922
Tints of Cinnabar #E53922
RGB
CMYK
RGB Variations
Color information
#E53922 (or 0xE53922) is known color: Cinnabar. HEX triplet: E5, 39 and 22. RGB value is (229,57,34). Sum of RGB (Red+Green+Blue) = 229+57+34=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E53922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53922 is #1AC6DD. Grayscale: #6A6A6A. Windows color (decimal): -1754846 or 2243045. OLE color: 2243045.
HSL color Cylindrical-coordinate representation of color #E53922: hue angle of 7.08º 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 #E53922 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 34 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.10 |
| HSL | 7.08º | 0.79% | 0.52% | - |
| HSV(B) | 7.08º | 0.85% | 0.9% | - |
| XYZ | 34.06 | 19.7 | 3.52 | - |
| YUV | 105.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 34 | 0 | 0.75 | 0.85 | 0.10 | 7.08 | 0.79 | 0.52 |
| Hex | E5 | 39 | 22 | 0 | 4B | 55 | A | 7 | 4F | 34 |
| Octal | 345 | 71 | 42 | 0 | 113 | 125 | 12 | 7 | 117 | 64 |
| Binary | 11100101 | 111001 | 100010 | 0 | 1001011 | 1010101 | 1010 | 111 | 1001111 | 110100 |
Color Harmonies of #E53922
Complementary color
Monochromatic Colors of #E53922
Black with #E53922
Text Example
Text Example
White with #E53922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53922; }
p { color: rgb(229,57,34); }
H1.HeaderClassName
{
color: #E53922;
}
.AnyTagClassName
{
color: #E53922;
}
</style>
background-color css
<style>
a { background-color: #E53922; }
a { background-color: rgb(229,57,34); }
div.DivClassName
{
background-color: #E53922;
}
.BgClassName
{
background-color: #E53922;
}
</style>
border-color css
<style>
span { border-color: #E53922; }
span { border-color: rgb(229,57,34); }
td.TdClassName
{
border-color: #E53922;
}
.TagClassName
{
border-color: #E53922;
}
</style>