Shades of Cinnabar #E54B21
Tints of Cinnabar #E54B21
RGB
CMYK
RGB Variations
Color information
#E54B21 (or 0xE54B21) is known color: Cinnabar. HEX triplet: E5, 4B and 21. RGB value is (229,75,33). Sum of RGB (Red+Green+Blue) = 229+75+33=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54B21 is #1AB4DE. Grayscale: #747474. Windows color (decimal): -1750239 or 2182117. OLE color: 2182117.
HSL color Cylindrical-coordinate representation of color #E54B21: hue angle of 12.86º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E54B21 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 33 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.10 |
| HSL | 12.86º | 0.79% | 0.51% | - |
| HSV(B) | 12.86º | 0.86% | 0.9% | - |
| XYZ | 35.1 | 21.8 | 3.8 | - |
| YUV | 116.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 33 | 0 | 0.67 | 0.86 | 0.10 | 12.86 | 0.79 | 0.51 |
| Hex | E5 | 4B | 21 | 0 | 43 | 56 | A | D | 4F | 33 |
| Octal | 345 | 113 | 41 | 0 | 103 | 126 | 12 | 15 | 117 | 63 |
| Binary | 11100101 | 1001011 | 100001 | 0 | 1000011 | 1010110 | 1010 | 1101 | 1001111 | 110011 |
Color Harmonies of #E54B21
Complementary color
Monochromatic Colors of #E54B21
Black with #E54B21
Text Example
Text Example
White with #E54B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B21; }
p { color: rgb(229,75,33); }
H1.HeaderClassName
{
color: #E54B21;
}
.AnyTagClassName
{
color: #E54B21;
}
</style>
background-color css
<style>
a { background-color: #E54B21; }
a { background-color: rgb(229,75,33); }
div.DivClassName
{
background-color: #E54B21;
}
.BgClassName
{
background-color: #E54B21;
}
</style>
border-color css
<style>
span { border-color: #E54B21; }
span { border-color: rgb(229,75,33); }
td.TdClassName
{
border-color: #E54B21;
}
.TagClassName
{
border-color: #E54B21;
}
</style>