Shades of Cinnabar #E53C23
Tints of Cinnabar #E53C23
RGB
CMYK
RGB Variations
Color information
#E53C23 (or 0xE53C23) is known color: Cinnabar. HEX triplet: E5, 3C and 23. RGB value is (229,60,35). Sum of RGB (Red+Green+Blue) = 229+60+35=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C23 is #1AC3DC. Grayscale: #6B6B6B. Windows color (decimal): -1754077 or 2309349. OLE color: 2309349.
HSL color Cylindrical-coordinate representation of color #E53C23: hue angle of 7.73º 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 #E53C23 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 35 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.10 |
| HSL | 7.73º | 0.79% | 0.52% | - |
| HSV(B) | 7.73º | 0.85% | 0.9% | - |
| XYZ | 34.23 | 20.01 | 3.65 | - |
| YUV | 107.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 35 | 0 | 0.74 | 0.85 | 0.10 | 7.73 | 0.79 | 0.52 |
| Hex | E5 | 3C | 23 | 0 | 4A | 55 | A | 8 | 4F | 34 |
| Octal | 345 | 74 | 43 | 0 | 112 | 125 | 12 | 10 | 117 | 64 |
| Binary | 11100101 | 111100 | 100011 | 0 | 1001010 | 1010101 | 1010 | 1000 | 1001111 | 110100 |
Color Harmonies of #E53C23
Complementary color
Monochromatic Colors of #E53C23
Black with #E53C23
Text Example
Text Example
White with #E53C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C23; }
p { color: rgb(229,60,35); }
H1.HeaderClassName
{
color: #E53C23;
}
.AnyTagClassName
{
color: #E53C23;
}
</style>
background-color css
<style>
a { background-color: #E53C23; }
a { background-color: rgb(229,60,35); }
div.DivClassName
{
background-color: #E53C23;
}
.BgClassName
{
background-color: #E53C23;
}
</style>
border-color css
<style>
span { border-color: #E53C23; }
span { border-color: rgb(229,60,35); }
td.TdClassName
{
border-color: #E53C23;
}
.TagClassName
{
border-color: #E53C23;
}
</style>