Shades of Cinnabar #E03B23
Tints of Cinnabar #E03B23
RGB
CMYK
RGB Variations
Color information
#E03B23 (or 0xE03B23) is known color: Cinnabar. HEX triplet: E0, 3B and 23. RGB value is (224,59,35). Sum of RGB (Red+Green+Blue) = 224+59+35=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B23 is #1FC4DC. Grayscale: #696969. Windows color (decimal): -2082013 or 2309088. OLE color: 2309088.
HSL color Cylindrical-coordinate representation of color #E03B23: hue angle of 7.62º 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 #E03B23 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 35 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.12 |
| HSL | 7.62º | 0.75% | 0.51% | - |
| HSV(B) | 7.62º | 0.84% | 0.88% | - |
| XYZ | 32.61 | 19.1 | 3.56 | - |
| YUV | 105.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 35 | 0 | 0.74 | 0.84 | 0.12 | 7.62 | 0.75 | 0.51 |
| Hex | E0 | 3B | 23 | 0 | 4A | 54 | C | 8 | 4B | 33 |
| Octal | 340 | 73 | 43 | 0 | 112 | 124 | 14 | 10 | 113 | 63 |
| Binary | 11100000 | 111011 | 100011 | 0 | 1001010 | 1010100 | 1100 | 1000 | 1001011 | 110011 |
Color Harmonies of #E03B23
Complementary color
Monochromatic Colors of #E03B23
Black with #E03B23
Text Example
Text Example
White with #E03B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B23; }
p { color: rgb(224,59,35); }
H1.HeaderClassName
{
color: #E03B23;
}
.AnyTagClassName
{
color: #E03B23;
}
</style>
background-color css
<style>
a { background-color: #E03B23; }
a { background-color: rgb(224,59,35); }
div.DivClassName
{
background-color: #E03B23;
}
.BgClassName
{
background-color: #E03B23;
}
</style>
border-color css
<style>
span { border-color: #E03B23; }
span { border-color: rgb(224,59,35); }
td.TdClassName
{
border-color: #E03B23;
}
.TagClassName
{
border-color: #E03B23;
}
</style>