Shades of Cinnabar #E53223
Tints of Cinnabar #E53223
RGB
CMYK
RGB Variations
Color information
#E53223 (or 0xE53223) is known color: Cinnabar. HEX triplet: E5, 32 and 23. RGB value is (229,50,35). Sum of RGB (Red+Green+Blue) = 229+50+35=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E53223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53223 is #1ACDDC. Grayscale: #666666. Windows color (decimal): -1756637 or 2306789. OLE color: 2306789.
HSL color Cylindrical-coordinate representation of color #E53223: hue angle of 4.64º 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 #E53223 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 35 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.10 |
| HSL | 4.64º | 0.79% | 0.52% | - |
| HSV(B) | 4.64º | 0.85% | 0.9% | - |
| XYZ | 33.76 | 19.06 | 3.49 | - |
| YUV | 101.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 35 | 0 | 0.78 | 0.85 | 0.10 | 4.64 | 0.79 | 0.52 |
| Hex | E5 | 32 | 23 | 0 | 4E | 55 | A | 5 | 4F | 34 |
| Octal | 345 | 62 | 43 | 0 | 116 | 125 | 12 | 5 | 117 | 64 |
| Binary | 11100101 | 110010 | 100011 | 0 | 1001110 | 1010101 | 1010 | 101 | 1001111 | 110100 |
Color Harmonies of #E53223
Complementary color
Monochromatic Colors of #E53223
Black with #E53223
Text Example
Text Example
White with #E53223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53223; }
p { color: rgb(229,50,35); }
H1.HeaderClassName
{
color: #E53223;
}
.AnyTagClassName
{
color: #E53223;
}
</style>
background-color css
<style>
a { background-color: #E53223; }
a { background-color: rgb(229,50,35); }
div.DivClassName
{
background-color: #E53223;
}
.BgClassName
{
background-color: #E53223;
}
</style>
border-color css
<style>
span { border-color: #E53223; }
span { border-color: rgb(229,50,35); }
td.TdClassName
{
border-color: #E53223;
}
.TagClassName
{
border-color: #E53223;
}
</style>