Shades of Cinnabar #E52A2A
Tints of Cinnabar #E52A2A
RGB
CMYK
RGB Variations
Color information
#E52A2A (or 0xE52A2A) is known color: Cinnabar. HEX triplet: E5, 2A and 2A. RGB value is (229,42,42). Sum of RGB (Red+Green+Blue) = 229+42+42=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A2A is #1AD5D5. Grayscale: #626262. Windows color (decimal): -1758678 or 2763493. OLE color: 2763493.
HSL color Cylindrical-coordinate representation of color #E52A2A: hue angle of 0º 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 #E52A2A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 42 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.10 |
| HSL | 0º | 0.78% | 0.53% | - |
| HSV(B) | 0º | 0.82% | 0.9% | - |
| XYZ | 33.56 | 18.48 | 3.99 | - |
| YUV | 97.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 42 | 0 | 0.82 | 0.82 | 0.10 | 0 | 0.78 | 0.53 |
| Hex | E5 | 2A | 2A | 0 | 52 | 52 | A | 0 | 4E | 35 |
| Octal | 345 | 52 | 52 | 0 | 122 | 122 | 12 | 0 | 116 | 65 |
| Binary | 11100101 | 101010 | 101010 | 0 | 1010010 | 1010010 | 1010 | 0 | 1001110 | 110101 |
Color Harmonies of #E52A2A
Complementary color
Monochromatic Colors of #E52A2A
Black with #E52A2A
Text Example
Text Example
White with #E52A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A2A; }
p { color: rgb(229,42,42); }
H1.HeaderClassName
{
color: #E52A2A;
}
.AnyTagClassName
{
color: #E52A2A;
}
</style>
background-color css
<style>
a { background-color: #E52A2A; }
a { background-color: rgb(229,42,42); }
div.DivClassName
{
background-color: #E52A2A;
}
.BgClassName
{
background-color: #E52A2A;
}
</style>
border-color css
<style>
span { border-color: #E52A2A; }
span { border-color: rgb(229,42,42); }
td.TdClassName
{
border-color: #E52A2A;
}
.TagClassName
{
border-color: #E52A2A;
}
</style>