Shades of Cinnabar #E04323
Tints of Cinnabar #E04323
RGB
CMYK
RGB Variations
Color information
#E04323 (or 0xE04323) is known color: Cinnabar. HEX triplet: E0, 43 and 23. RGB value is (224,67,35). Sum of RGB (Red+Green+Blue) = 224+67+35=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E04323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04323 is #1FBCDC. Grayscale: #6E6E6E. Windows color (decimal): -2079965 or 2311136. OLE color: 2311136.
HSL color Cylindrical-coordinate representation of color #E04323: hue angle of 10.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E04323 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 35 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.12 |
| HSL | 10.16º | 0.75% | 0.51% | - |
| HSV(B) | 10.16º | 0.84% | 0.88% | - |
| XYZ | 33.05 | 19.98 | 3.71 | - |
| YUV | 110.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 35 | 0 | 0.70 | 0.84 | 0.12 | 10.16 | 0.75 | 0.51 |
| Hex | E0 | 43 | 23 | 0 | 46 | 54 | C | A | 4B | 33 |
| Octal | 340 | 103 | 43 | 0 | 106 | 124 | 14 | 12 | 113 | 63 |
| Binary | 11100000 | 1000011 | 100011 | 0 | 1000110 | 1010100 | 1100 | 1010 | 1001011 | 110011 |
Color Harmonies of #E04323
Complementary color
Monochromatic Colors of #E04323
Black with #E04323
Text Example
Text Example
White with #E04323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04323; }
p { color: rgb(224,67,35); }
H1.HeaderClassName
{
color: #E04323;
}
.AnyTagClassName
{
color: #E04323;
}
</style>
background-color css
<style>
a { background-color: #E04323; }
a { background-color: rgb(224,67,35); }
div.DivClassName
{
background-color: #E04323;
}
.BgClassName
{
background-color: #E04323;
}
</style>
border-color css
<style>
span { border-color: #E04323; }
span { border-color: rgb(224,67,35); }
td.TdClassName
{
border-color: #E04323;
}
.TagClassName
{
border-color: #E04323;
}
</style>