Shades of Cinnabar #E54321
Tints of Cinnabar #E54321
RGB
CMYK
RGB Variations
Color information
#E54321 (or 0xE54321) is known color: Cinnabar. HEX triplet: E5, 43 and 21. RGB value is (229,67,33). Sum of RGB (Red+Green+Blue) = 229+67+33=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E54321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54321 is #1ABCDE. Grayscale: #6F6F6F. Windows color (decimal): -1752287 or 2180069. OLE color: 2180069.
HSL color Cylindrical-coordinate representation of color #E54321: hue angle of 10.41º 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 #E54321 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.10 |
| HSL | 10.41º | 0.79% | 0.51% | - |
| HSV(B) | 10.41º | 0.86% | 0.9% | - |
| XYZ | 34.59 | 20.78 | 3.63 | - |
| YUV | 111.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 33 | 0 | 0.71 | 0.86 | 0.10 | 10.41 | 0.79 | 0.51 |
| Hex | E5 | 43 | 21 | 0 | 47 | 56 | A | A | 4F | 33 |
| Octal | 345 | 103 | 41 | 0 | 107 | 126 | 12 | 12 | 117 | 63 |
| Binary | 11100101 | 1000011 | 100001 | 0 | 1000111 | 1010110 | 1010 | 1010 | 1001111 | 110011 |
Color Harmonies of #E54321
Complementary color
Monochromatic Colors of #E54321
Black with #E54321
Text Example
Text Example
White with #E54321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54321; }
p { color: rgb(229,67,33); }
H1.HeaderClassName
{
color: #E54321;
}
.AnyTagClassName
{
color: #E54321;
}
</style>
background-color css
<style>
a { background-color: #E54321; }
a { background-color: rgb(229,67,33); }
div.DivClassName
{
background-color: #E54321;
}
.BgClassName
{
background-color: #E54321;
}
</style>
border-color css
<style>
span { border-color: #E54321; }
span { border-color: rgb(229,67,33); }
td.TdClassName
{
border-color: #E54321;
}
.TagClassName
{
border-color: #E54321;
}
</style>