Shades of Cinnabar #E33E3C
Tints of Cinnabar #E33E3C
RGB
CMYK
RGB Variations
Color information
#E33E3C (or 0xE33E3C) is known color: Cinnabar. HEX triplet: E3, 3E and 3C. RGB value is (227,62,60). Sum of RGB (Red+Green+Blue) = 227+62+60=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E33E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33E3C is #1CC1C3. Grayscale: #6F6F6F. Windows color (decimal): -1884612 or 3948259. OLE color: 3948259.
HSL color Cylindrical-coordinate representation of color #E33E3C: hue angle of 0.72º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33E3C is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 60 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.11 |
| HSL | 0.72º | 0.75% | 0.56% | - |
| HSV(B) | 0.72º | 0.74% | 0.89% | - |
| XYZ | 34.22 | 20.1 | 6.35 | - |
| YUV | 111.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 60 | 0 | 0.73 | 0.74 | 0.11 | 0.72 | 0.75 | 0.56 |
| Hex | E3 | 3E | 3C | 0 | 49 | 4A | B | 1 | 4B | 38 |
| Octal | 343 | 76 | 74 | 0 | 111 | 112 | 13 | 1 | 113 | 70 |
| Binary | 11100011 | 111110 | 111100 | 0 | 1001001 | 1001010 | 1011 | 1 | 1001011 | 111000 |
Color Harmonies of #E33E3C
Complementary color
Monochromatic Colors of #E33E3C
Black with #E33E3C
Text Example
Text Example
White with #E33E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33E3C; }
p { color: rgb(227,62,60); }
H1.HeaderClassName
{
color: #E33E3C;
}
.AnyTagClassName
{
color: #E33E3C;
}
</style>
background-color css
<style>
a { background-color: #E33E3C; }
a { background-color: rgb(227,62,60); }
div.DivClassName
{
background-color: #E33E3C;
}
.BgClassName
{
background-color: #E33E3C;
}
</style>
border-color css
<style>
span { border-color: #E33E3C; }
span { border-color: rgb(227,62,60); }
td.TdClassName
{
border-color: #E33E3C;
}
.TagClassName
{
border-color: #E33E3C;
}
</style>