Shades of Cinnabar #E53E2B
Tints of Cinnabar #E53E2B
RGB
CMYK
RGB Variations
Color information
#E53E2B (or 0xE53E2B) is known color: Cinnabar. HEX triplet: E5, 3E and 2B. RGB value is (229,62,43). Sum of RGB (Red+Green+Blue) = 229+62+43=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E2B is #1AC1D4. Grayscale: #6E6E6E. Windows color (decimal): -1753557 or 2834149. OLE color: 2834149.
HSL color Cylindrical-coordinate representation of color #E53E2B: hue angle of 6.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E53E2B is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 43 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.10 |
| HSL | 6.13º | 0.78% | 0.53% | - |
| HSV(B) | 6.13º | 0.81% | 0.9% | - |
| XYZ | 34.47 | 20.28 | 4.38 | - |
| YUV | 109.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 43 | 0 | 0.73 | 0.81 | 0.10 | 6.13 | 0.78 | 0.53 |
| Hex | E5 | 3E | 2B | 0 | 49 | 51 | A | 6 | 4E | 35 |
| Octal | 345 | 76 | 53 | 0 | 111 | 121 | 12 | 6 | 116 | 65 |
| Binary | 11100101 | 111110 | 101011 | 0 | 1001001 | 1010001 | 1010 | 110 | 1001110 | 110101 |
Color Harmonies of #E53E2B
Complementary color
Monochromatic Colors of #E53E2B
Black with #E53E2B
Text Example
Text Example
White with #E53E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E2B; }
p { color: rgb(229,62,43); }
H1.HeaderClassName
{
color: #E53E2B;
}
.AnyTagClassName
{
color: #E53E2B;
}
</style>
background-color css
<style>
a { background-color: #E53E2B; }
a { background-color: rgb(229,62,43); }
div.DivClassName
{
background-color: #E53E2B;
}
.BgClassName
{
background-color: #E53E2B;
}
</style>
border-color css
<style>
span { border-color: #E53E2B; }
span { border-color: rgb(229,62,43); }
td.TdClassName
{
border-color: #E53E2B;
}
.TagClassName
{
border-color: #E53E2B;
}
</style>