Shades of Cinnabar #E53E2A
Tints of Cinnabar #E53E2A
RGB
CMYK
RGB Variations
Color information
#E53E2A (or 0xE53E2A) is known color: Cinnabar. HEX triplet: E5, 3E and 2A. RGB value is (229,62,42). Sum of RGB (Red+Green+Blue) = 229+62+42=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E2A is #1AC1D5. Grayscale: #6D6D6D. Windows color (decimal): -1753558 or 2768613. OLE color: 2768613.
HSL color Cylindrical-coordinate representation of color #E53E2A: hue angle of 6.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E53E2A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.10 |
| HSL | 6.42º | 0.78% | 0.53% | - |
| HSV(B) | 6.42º | 0.82% | 0.9% | - |
| XYZ | 34.45 | 20.27 | 4.29 | - |
| YUV | 109.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 42 | 0 | 0.73 | 0.82 | 0.10 | 6.42 | 0.78 | 0.53 |
| Hex | E5 | 3E | 2A | 0 | 49 | 52 | A | 6 | 4E | 35 |
| Octal | 345 | 76 | 52 | 0 | 111 | 122 | 12 | 6 | 116 | 65 |
| Binary | 11100101 | 111110 | 101010 | 0 | 1001001 | 1010010 | 1010 | 110 | 1001110 | 110101 |
Color Harmonies of #E53E2A
Complementary color
Monochromatic Colors of #E53E2A
Black with #E53E2A
Text Example
Text Example
White with #E53E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E2A; }
p { color: rgb(229,62,42); }
H1.HeaderClassName
{
color: #E53E2A;
}
.AnyTagClassName
{
color: #E53E2A;
}
</style>
background-color css
<style>
a { background-color: #E53E2A; }
a { background-color: rgb(229,62,42); }
div.DivClassName
{
background-color: #E53E2A;
}
.BgClassName
{
background-color: #E53E2A;
}
</style>
border-color css
<style>
span { border-color: #E53E2A; }
span { border-color: rgb(229,62,42); }
td.TdClassName
{
border-color: #E53E2A;
}
.TagClassName
{
border-color: #E53E2A;
}
</style>