Shades of Cinnabar #E53A2D
Tints of Cinnabar #E53A2D
RGB
CMYK
RGB Variations
Color information
#E53A2D (or 0xE53A2D) is known color: Cinnabar. HEX triplet: E5, 3A and 2D. RGB value is (229,58,45). Sum of RGB (Red+Green+Blue) = 229+58+45=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A2D is #1AC5D2. Grayscale: #6B6B6B. Windows color (decimal): -1754579 or 2964197. OLE color: 2964197.
HSL color Cylindrical-coordinate representation of color #E53A2D: hue angle of 4.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E53A2D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 45 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.10 |
| HSL | 4.24º | 0.78% | 0.54% | - |
| HSV(B) | 4.24º | 0.8% | 0.9% | - |
| XYZ | 34.3 | 19.87 | 4.51 | - |
| YUV | 107.65 | 92.65 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 45 | 0 | 0.75 | 0.80 | 0.10 | 4.24 | 0.78 | 0.54 |
| Hex | E5 | 3A | 2D | 0 | 4B | 50 | A | 4 | 4E | 36 |
| Octal | 345 | 72 | 55 | 0 | 113 | 120 | 12 | 4 | 116 | 66 |
| Binary | 11100101 | 111010 | 101101 | 0 | 1001011 | 1010000 | 1010 | 100 | 1001110 | 110110 |
Color Harmonies of #E53A2D
Complementary color
Monochromatic Colors of #E53A2D
Black with #E53A2D
Text Example
Text Example
White with #E53A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A2D; }
p { color: rgb(229,58,45); }
H1.HeaderClassName
{
color: #E53A2D;
}
.AnyTagClassName
{
color: #E53A2D;
}
</style>
background-color css
<style>
a { background-color: #E53A2D; }
a { background-color: rgb(229,58,45); }
div.DivClassName
{
background-color: #E53A2D;
}
.BgClassName
{
background-color: #E53A2D;
}
</style>
border-color css
<style>
span { border-color: #E53A2D; }
span { border-color: rgb(229,58,45); }
td.TdClassName
{
border-color: #E53A2D;
}
.TagClassName
{
border-color: #E53A2D;
}
</style>