Shades of Cinnabar #E5342A
Tints of Cinnabar #E5342A
RGB
CMYK
RGB Variations
Color information
#E5342A (or 0xE5342A) is known color: Cinnabar. HEX triplet: E5, 34 and 2A. RGB value is (229,52,42). Sum of RGB (Red+Green+Blue) = 229+52+42=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5342A is #1ACBD5. Grayscale: #686868. Windows color (decimal): -1756118 or 2766053. OLE color: 2766053.
HSL color Cylindrical-coordinate representation of color #E5342A: hue angle of 3.21º 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 #E5342A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 42 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.10 |
| HSL | 3.21º | 0.78% | 0.53% | - |
| HSV(B) | 3.21º | 0.82% | 0.9% | - |
| XYZ | 33.96 | 19.28 | 4.12 | - |
| YUV | 103.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 42 | 0 | 0.77 | 0.82 | 0.10 | 3.21 | 0.78 | 0.53 |
| Hex | E5 | 34 | 2A | 0 | 4D | 52 | A | 3 | 4E | 35 |
| Octal | 345 | 64 | 52 | 0 | 115 | 122 | 12 | 3 | 116 | 65 |
| Binary | 11100101 | 110100 | 101010 | 0 | 1001101 | 1010010 | 1010 | 11 | 1001110 | 110101 |
Color Harmonies of #E5342A
Complementary color
Monochromatic Colors of #E5342A
Black with #E5342A
Text Example
Text Example
White with #E5342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5342A; }
p { color: rgb(229,52,42); }
H1.HeaderClassName
{
color: #E5342A;
}
.AnyTagClassName
{
color: #E5342A;
}
</style>
background-color css
<style>
a { background-color: #E5342A; }
a { background-color: rgb(229,52,42); }
div.DivClassName
{
background-color: #E5342A;
}
.BgClassName
{
background-color: #E5342A;
}
</style>
border-color css
<style>
span { border-color: #E5342A; }
span { border-color: rgb(229,52,42); }
td.TdClassName
{
border-color: #E5342A;
}
.TagClassName
{
border-color: #E5342A;
}
</style>