Shades of Cinnabar #E03B2A
Tints of Cinnabar #E03B2A
RGB
CMYK
RGB Variations
Color information
#E03B2A (or 0xE03B2A) is known color: Cinnabar. HEX triplet: E0, 3B and 2A. RGB value is (224,59,42). Sum of RGB (Red+Green+Blue) = 224+59+42=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B2A is #1FC4D5. Grayscale: #6A6A6A. Windows color (decimal): -2082006 or 2767840. OLE color: 2767840.
HSL color Cylindrical-coordinate representation of color #E03B2A: hue angle of 5.6º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E03B2A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 42 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.12 |
| HSL | 5.6º | 0.75% | 0.52% | - |
| HSV(B) | 5.6º | 0.81% | 0.88% | - |
| XYZ | 32.72 | 19.14 | 4.16 | - |
| YUV | 106.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 42 | 0 | 0.74 | 0.81 | 0.12 | 5.6 | 0.75 | 0.52 |
| Hex | E0 | 3B | 2A | 0 | 4A | 51 | C | 6 | 4B | 34 |
| Octal | 340 | 73 | 52 | 0 | 112 | 121 | 14 | 6 | 113 | 64 |
| Binary | 11100000 | 111011 | 101010 | 0 | 1001010 | 1010001 | 1100 | 110 | 1001011 | 110100 |
Color Harmonies of #E03B2A
Complementary color
Monochromatic Colors of #E03B2A
Black with #E03B2A
Text Example
Text Example
White with #E03B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B2A; }
p { color: rgb(224,59,42); }
H1.HeaderClassName
{
color: #E03B2A;
}
.AnyTagClassName
{
color: #E03B2A;
}
</style>
background-color css
<style>
a { background-color: #E03B2A; }
a { background-color: rgb(224,59,42); }
div.DivClassName
{
background-color: #E03B2A;
}
.BgClassName
{
background-color: #E03B2A;
}
</style>
border-color css
<style>
span { border-color: #E03B2A; }
span { border-color: rgb(224,59,42); }
td.TdClassName
{
border-color: #E03B2A;
}
.TagClassName
{
border-color: #E03B2A;
}
</style>