Shades of Cinnabar #E03327
Tints of Cinnabar #E03327
RGB
CMYK
RGB Variations
Color information
#E03327 (or 0xE03327) is known color: Cinnabar. HEX triplet: E0, 33 and 27. RGB value is (224,51,39). Sum of RGB (Red+Green+Blue) = 224+51+39=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E03327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03327 is #1FCCD8. Grayscale: #656565. Windows color (decimal): -2084057 or 2569184. OLE color: 2569184.
HSL color Cylindrical-coordinate representation of color #E03327: hue angle of 3.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E03327 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 39 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.12 |
| HSL | 3.89º | 0.75% | 0.52% | - |
| HSV(B) | 3.89º | 0.83% | 0.88% | - |
| XYZ | 32.29 | 18.36 | 3.76 | - |
| YUV | 101.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 39 | 0 | 0.77 | 0.83 | 0.12 | 3.89 | 0.75 | 0.52 |
| Hex | E0 | 33 | 27 | 0 | 4D | 53 | C | 4 | 4B | 34 |
| Octal | 340 | 63 | 47 | 0 | 115 | 123 | 14 | 4 | 113 | 64 |
| Binary | 11100000 | 110011 | 100111 | 0 | 1001101 | 1010011 | 1100 | 100 | 1001011 | 110100 |
Color Harmonies of #E03327
Complementary color
Monochromatic Colors of #E03327
Black with #E03327
Text Example
Text Example
White with #E03327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03327; }
p { color: rgb(224,51,39); }
H1.HeaderClassName
{
color: #E03327;
}
.AnyTagClassName
{
color: #E03327;
}
</style>
background-color css
<style>
a { background-color: #E03327; }
a { background-color: rgb(224,51,39); }
div.DivClassName
{
background-color: #E03327;
}
.BgClassName
{
background-color: #E03327;
}
</style>
border-color css
<style>
span { border-color: #E03327; }
span { border-color: rgb(224,51,39); }
td.TdClassName
{
border-color: #E03327;
}
.TagClassName
{
border-color: #E03327;
}
</style>