Shades of Cinnabar #E54A2A
Tints of Cinnabar #E54A2A
RGB
CMYK
RGB Variations
Color information
#E54A2A (or 0xE54A2A) is known color: Cinnabar. HEX triplet: E5, 4A and 2A. RGB value is (229,74,42). Sum of RGB (Red+Green+Blue) = 229+74+42=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A2A is #1AB5D5. Grayscale: #747474. Windows color (decimal): -1750486 or 2771685. OLE color: 2771685.
HSL color Cylindrical-coordinate representation of color #E54A2A: hue angle of 10.27º 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 #E54A2A is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 42 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.10 |
| HSL | 10.27º | 0.78% | 0.53% | - |
| HSV(B) | 10.27º | 0.82% | 0.9% | - |
| XYZ | 35.18 | 21.72 | 4.53 | - |
| YUV | 116.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 42 | 0 | 0.68 | 0.82 | 0.10 | 10.27 | 0.78 | 0.53 |
| Hex | E5 | 4A | 2A | 0 | 44 | 52 | A | A | 4E | 35 |
| Octal | 345 | 112 | 52 | 0 | 104 | 122 | 12 | 12 | 116 | 65 |
| Binary | 11100101 | 1001010 | 101010 | 0 | 1000100 | 1010010 | 1010 | 1010 | 1001110 | 110101 |
Color Harmonies of #E54A2A
Complementary color
Monochromatic Colors of #E54A2A
Black with #E54A2A
Text Example
Text Example
White with #E54A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A2A; }
p { color: rgb(229,74,42); }
H1.HeaderClassName
{
color: #E54A2A;
}
.AnyTagClassName
{
color: #E54A2A;
}
</style>
background-color css
<style>
a { background-color: #E54A2A; }
a { background-color: rgb(229,74,42); }
div.DivClassName
{
background-color: #E54A2A;
}
.BgClassName
{
background-color: #E54A2A;
}
</style>
border-color css
<style>
span { border-color: #E54A2A; }
span { border-color: rgb(229,74,42); }
td.TdClassName
{
border-color: #E54A2A;
}
.TagClassName
{
border-color: #E54A2A;
}
</style>