Shades of Cinnabar #E53A3A
Tints of Cinnabar #E53A3A
RGB
CMYK
RGB Variations
Color information
#E53A3A (or 0xE53A3A) is known color: Cinnabar. HEX triplet: E5, 3A and 3A. RGB value is (229,58,58). Sum of RGB (Red+Green+Blue) = 229+58+58=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A3A is #1AC5C5. Grayscale: #6D6D6D. Windows color (decimal): -1754566 or 3816165. OLE color: 3816165.
HSL color Cylindrical-coordinate representation of color #E53A3A: hue angle of 0º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53A3A is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 58 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.10 |
| HSL | 0º | 0.77% | 0.56% | - |
| HSV(B) | 0º | 0.75% | 0.9% | - |
| XYZ | 34.59 | 19.99 | 6.04 | - |
| YUV | 109.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 58 | 0 | 0.75 | 0.75 | 0.10 | 0 | 0.77 | 0.56 |
| Hex | E5 | 3A | 3A | 0 | 4B | 4B | A | 0 | 4D | 38 |
| Octal | 345 | 72 | 72 | 0 | 113 | 113 | 12 | 0 | 115 | 70 |
| Binary | 11100101 | 111010 | 111010 | 0 | 1001011 | 1001011 | 1010 | 0 | 1001101 | 111000 |
Color Harmonies of #E53A3A
Complementary color
Monochromatic Colors of #E53A3A
Black with #E53A3A
Text Example
Text Example
White with #E53A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A3A; }
p { color: rgb(229,58,58); }
H1.HeaderClassName
{
color: #E53A3A;
}
.AnyTagClassName
{
color: #E53A3A;
}
</style>
background-color css
<style>
a { background-color: #E53A3A; }
a { background-color: rgb(229,58,58); }
div.DivClassName
{
background-color: #E53A3A;
}
.BgClassName
{
background-color: #E53A3A;
}
</style>
border-color css
<style>
span { border-color: #E53A3A; }
span { border-color: rgb(229,58,58); }
td.TdClassName
{
border-color: #E53A3A;
}
.TagClassName
{
border-color: #E53A3A;
}
</style>