Shades of Cinnabar #E54A2B
Tints of Cinnabar #E54A2B
RGB
CMYK
RGB Variations
Color information
#E54A2B (or 0xE54A2B) is known color: Cinnabar. HEX triplet: E5, 4A and 2B. RGB value is (229,74,43). Sum of RGB (Red+Green+Blue) = 229+74+43=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A2B is #1AB5D4. Grayscale: #757575. Windows color (decimal): -1750485 or 2837221. OLE color: 2837221.
HSL color Cylindrical-coordinate representation of color #E54A2B: hue angle of 10º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E54A2B is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 43 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.10 |
| HSL | 10º | 0.78% | 0.53% | - |
| HSV(B) | 10º | 0.81% | 0.9% | - |
| XYZ | 35.2 | 21.73 | 4.62 | - |
| YUV | 116.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 43 | 0 | 0.68 | 0.81 | 0.10 | 10 | 0.78 | 0.53 |
| Hex | E5 | 4A | 2B | 0 | 44 | 51 | A | A | 4E | 35 |
| Octal | 345 | 112 | 53 | 0 | 104 | 121 | 12 | 12 | 116 | 65 |
| Binary | 11100101 | 1001010 | 101011 | 0 | 1000100 | 1010001 | 1010 | 1010 | 1001110 | 110101 |
Color Harmonies of #E54A2B
Complementary color
Monochromatic Colors of #E54A2B
Black with #E54A2B
Text Example
Text Example
White with #E54A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A2B; }
p { color: rgb(229,74,43); }
H1.HeaderClassName
{
color: #E54A2B;
}
.AnyTagClassName
{
color: #E54A2B;
}
</style>
background-color css
<style>
a { background-color: #E54A2B; }
a { background-color: rgb(229,74,43); }
div.DivClassName
{
background-color: #E54A2B;
}
.BgClassName
{
background-color: #E54A2B;
}
</style>
border-color css
<style>
span { border-color: #E54A2B; }
span { border-color: rgb(229,74,43); }
td.TdClassName
{
border-color: #E54A2B;
}
.TagClassName
{
border-color: #E54A2B;
}
</style>