Shades of Cinnabar #E33A27
Tints of Cinnabar #E33A27
RGB
CMYK
RGB Variations
Color information
#E33A27 (or 0xE33A27) is known color: Cinnabar. HEX triplet: E3, 3A and 27. RGB value is (227,58,39). Sum of RGB (Red+Green+Blue) = 227+58+39=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A27 is #1CC5D8. Grayscale: #6A6A6A. Windows color (decimal): -1885657 or 2570979. OLE color: 2570979.
HSL color Cylindrical-coordinate representation of color #E33A27: hue angle of 6.06º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E33A27 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 39 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.11 |
| HSL | 6.06º | 0.77% | 0.52% | - |
| HSV(B) | 6.06º | 0.83% | 0.89% | - |
| XYZ | 33.56 | 19.5 | 3.92 | - |
| YUV | 106.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 39 | 0 | 0.74 | 0.83 | 0.11 | 6.06 | 0.77 | 0.52 |
| Hex | E3 | 3A | 27 | 0 | 4A | 53 | B | 6 | 4D | 34 |
| Octal | 343 | 72 | 47 | 0 | 112 | 123 | 13 | 6 | 115 | 64 |
| Binary | 11100011 | 111010 | 100111 | 0 | 1001010 | 1010011 | 1011 | 110 | 1001101 | 110100 |
Color Harmonies of #E33A27
Complementary color
Monochromatic Colors of #E33A27
Black with #E33A27
Text Example
Text Example
White with #E33A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33A27; }
p { color: rgb(227,58,39); }
H1.HeaderClassName
{
color: #E33A27;
}
.AnyTagClassName
{
color: #E33A27;
}
</style>
background-color css
<style>
a { background-color: #E33A27; }
a { background-color: rgb(227,58,39); }
div.DivClassName
{
background-color: #E33A27;
}
.BgClassName
{
background-color: #E33A27;
}
</style>
border-color css
<style>
span { border-color: #E33A27; }
span { border-color: rgb(227,58,39); }
td.TdClassName
{
border-color: #E33A27;
}
.TagClassName
{
border-color: #E33A27;
}
</style>