Shades of Cinnabar #E52C2A
Tints of Cinnabar #E52C2A
RGB
CMYK
RGB Variations
Color information
#E52C2A (or 0xE52C2A) is known color: Cinnabar. HEX triplet: E5, 2C and 2A. RGB value is (229,44,42). Sum of RGB (Red+Green+Blue) = 229+44+42=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C2A is #1AD3D5. Grayscale: #636363. Windows color (decimal): -1758166 or 2764005. OLE color: 2764005.
HSL color Cylindrical-coordinate representation of color #E52C2A: hue angle of 0.64º 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 #E52C2A is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 42 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.10 |
| HSL | 0.64º | 0.78% | 0.53% | - |
| HSV(B) | 0.64º | 0.82% | 0.9% | - |
| XYZ | 33.63 | 18.63 | 4.01 | - |
| YUV | 99.09 | 95.79 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 42 | 0 | 0.81 | 0.82 | 0.10 | 0.64 | 0.78 | 0.53 |
| Hex | E5 | 2C | 2A | 0 | 51 | 52 | A | 1 | 4E | 35 |
| Octal | 345 | 54 | 52 | 0 | 121 | 122 | 12 | 1 | 116 | 65 |
| Binary | 11100101 | 101100 | 101010 | 0 | 1010001 | 1010010 | 1010 | 1 | 1001110 | 110101 |
Color Harmonies of #E52C2A
Complementary color
Monochromatic Colors of #E52C2A
Black with #E52C2A
Text Example
Text Example
White with #E52C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C2A; }
p { color: rgb(229,44,42); }
H1.HeaderClassName
{
color: #E52C2A;
}
.AnyTagClassName
{
color: #E52C2A;
}
</style>
background-color css
<style>
a { background-color: #E52C2A; }
a { background-color: rgb(229,44,42); }
div.DivClassName
{
background-color: #E52C2A;
}
.BgClassName
{
background-color: #E52C2A;
}
</style>
border-color css
<style>
span { border-color: #E52C2A; }
span { border-color: rgb(229,44,42); }
td.TdClassName
{
border-color: #E52C2A;
}
.TagClassName
{
border-color: #E52C2A;
}
</style>