Shades of Cinnabar #E24321
Tints of Cinnabar #E24321
RGB
CMYK
RGB Variations
Color information
#E24321 (or 0xE24321) is known color: Cinnabar. HEX triplet: E2, 43 and 21. RGB value is (226,67,33). Sum of RGB (Red+Green+Blue) = 226+67+33=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E24321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24321 is #1DBCDE. Grayscale: #6E6E6E. Windows color (decimal): -1948895 or 2180066. OLE color: 2180066.
HSL color Cylindrical-coordinate representation of color #E24321: hue angle of 10.57º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E24321 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.11 |
| HSL | 10.57º | 0.77% | 0.51% | - |
| HSV(B) | 10.57º | 0.85% | 0.89% | - |
| XYZ | 33.65 | 20.29 | 3.58 | - |
| YUV | 110.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 33 | 0 | 0.70 | 0.85 | 0.11 | 10.57 | 0.77 | 0.51 |
| Hex | E2 | 43 | 21 | 0 | 46 | 55 | B | B | 4D | 33 |
| Octal | 342 | 103 | 41 | 0 | 106 | 125 | 13 | 13 | 115 | 63 |
| Binary | 11100010 | 1000011 | 100001 | 0 | 1000110 | 1010101 | 1011 | 1011 | 1001101 | 110011 |
Color Harmonies of #E24321
Complementary color
Monochromatic Colors of #E24321
Black with #E24321
Text Example
Text Example
White with #E24321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24321; }
p { color: rgb(226,67,33); }
H1.HeaderClassName
{
color: #E24321;
}
.AnyTagClassName
{
color: #E24321;
}
</style>
background-color css
<style>
a { background-color: #E24321; }
a { background-color: rgb(226,67,33); }
div.DivClassName
{
background-color: #E24321;
}
.BgClassName
{
background-color: #E24321;
}
</style>
border-color css
<style>
span { border-color: #E24321; }
span { border-color: rgb(226,67,33); }
td.TdClassName
{
border-color: #E24321;
}
.TagClassName
{
border-color: #E24321;
}
</style>