Shades of Cinnabar #E53C32
Tints of Cinnabar #E53C32
RGB
CMYK
RGB Variations
Color information
#E53C32 (or 0xE53C32) is known color: Cinnabar. HEX triplet: E5, 3C and 32. RGB value is (229,60,50). Sum of RGB (Red+Green+Blue) = 229+60+50=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C32 is #1AC3CD. Grayscale: #6D6D6D. Windows color (decimal): -1754062 or 3292389. OLE color: 3292389.
HSL color Cylindrical-coordinate representation of color #E53C32: hue angle of 3.35º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53C32 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 50 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.10 |
| HSL | 3.35º | 0.77% | 0.55% | - |
| HSV(B) | 3.35º | 0.78% | 0.9% | - |
| XYZ | 34.5 | 20.12 | 5.08 | - |
| YUV | 109.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 50 | 0 | 0.74 | 0.78 | 0.10 | 3.35 | 0.77 | 0.55 |
| Hex | E5 | 3C | 32 | 0 | 4A | 4E | A | 3 | 4D | 37 |
| Octal | 345 | 74 | 62 | 0 | 112 | 116 | 12 | 3 | 115 | 67 |
| Binary | 11100101 | 111100 | 110010 | 0 | 1001010 | 1001110 | 1010 | 11 | 1001101 | 110111 |
Color Harmonies of #E53C32
Complementary color
Monochromatic Colors of #E53C32
Black with #E53C32
Text Example
Text Example
White with #E53C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C32; }
p { color: rgb(229,60,50); }
H1.HeaderClassName
{
color: #E53C32;
}
.AnyTagClassName
{
color: #E53C32;
}
</style>
background-color css
<style>
a { background-color: #E53C32; }
a { background-color: rgb(229,60,50); }
div.DivClassName
{
background-color: #E53C32;
}
.BgClassName
{
background-color: #E53C32;
}
</style>
border-color css
<style>
span { border-color: #E53C32; }
span { border-color: rgb(229,60,50); }
td.TdClassName
{
border-color: #E53C32;
}
.TagClassName
{
border-color: #E53C32;
}
</style>