Shades of Cinnabar #E54C2A
Tints of Cinnabar #E54C2A
RGB
CMYK
RGB Variations
Color information
#E54C2A (or 0xE54C2A) is known color: Cinnabar. HEX triplet: E5, 4C and 2A. RGB value is (229,76,42). Sum of RGB (Red+Green+Blue) = 229+76+42=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C2A is #1AB3D5. Grayscale: #767676. Windows color (decimal): -1749974 or 2772197. OLE color: 2772197.
HSL color Cylindrical-coordinate representation of color #E54C2A: hue angle of 10.91º 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 #E54C2A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 42 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.10 |
| HSL | 10.91º | 0.78% | 0.53% | - |
| HSV(B) | 10.91º | 0.82% | 0.9% | - |
| XYZ | 35.32 | 21.99 | 4.57 | - |
| YUV | 117.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 42 | 0 | 0.67 | 0.82 | 0.10 | 10.91 | 0.78 | 0.53 |
| Hex | E5 | 4C | 2A | 0 | 43 | 52 | A | B | 4E | 35 |
| Octal | 345 | 114 | 52 | 0 | 103 | 122 | 12 | 13 | 116 | 65 |
| Binary | 11100101 | 1001100 | 101010 | 0 | 1000011 | 1010010 | 1010 | 1011 | 1001110 | 110101 |
Color Harmonies of #E54C2A
Complementary color
Monochromatic Colors of #E54C2A
Black with #E54C2A
Text Example
Text Example
White with #E54C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C2A; }
p { color: rgb(229,76,42); }
H1.HeaderClassName
{
color: #E54C2A;
}
.AnyTagClassName
{
color: #E54C2A;
}
</style>
background-color css
<style>
a { background-color: #E54C2A; }
a { background-color: rgb(229,76,42); }
div.DivClassName
{
background-color: #E54C2A;
}
.BgClassName
{
background-color: #E54C2A;
}
</style>
border-color css
<style>
span { border-color: #E54C2A; }
span { border-color: rgb(229,76,42); }
td.TdClassName
{
border-color: #E54C2A;
}
.TagClassName
{
border-color: #E54C2A;
}
</style>