Shades of Cinnabar #E3352C
Tints of Cinnabar #E3352C
RGB
CMYK
RGB Variations
Color information
#E3352C (or 0xE3352C) is known color: Cinnabar. HEX triplet: E3, 35 and 2C. RGB value is (227,53,44). Sum of RGB (Red+Green+Blue) = 227+53+44=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3352C is #1CCAD3. Grayscale: #686868. Windows color (decimal): -1886932 or 2897379. OLE color: 2897379.
HSL color Cylindrical-coordinate representation of color #E3352C: hue angle of 2.95º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3352C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 44 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.11 |
| HSL | 2.95º | 0.77% | 0.53% | - |
| HSV(B) | 2.95º | 0.81% | 0.89% | - |
| XYZ | 33.41 | 19.06 | 4.3 | - |
| YUV | 104 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 44 | 0 | 0.77 | 0.81 | 0.11 | 2.95 | 0.77 | 0.53 |
| Hex | E3 | 35 | 2C | 0 | 4D | 51 | B | 3 | 4D | 35 |
| Octal | 343 | 65 | 54 | 0 | 115 | 121 | 13 | 3 | 115 | 65 |
| Binary | 11100011 | 110101 | 101100 | 0 | 1001101 | 1010001 | 1011 | 11 | 1001101 | 110101 |
Color Harmonies of #E3352C
Complementary color
Monochromatic Colors of #E3352C
Black with #E3352C
Text Example
Text Example
White with #E3352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3352C; }
p { color: rgb(227,53,44); }
H1.HeaderClassName
{
color: #E3352C;
}
.AnyTagClassName
{
color: #E3352C;
}
</style>
background-color css
<style>
a { background-color: #E3352C; }
a { background-color: rgb(227,53,44); }
div.DivClassName
{
background-color: #E3352C;
}
.BgClassName
{
background-color: #E3352C;
}
</style>
border-color css
<style>
span { border-color: #E3352C; }
span { border-color: rgb(227,53,44); }
td.TdClassName
{
border-color: #E3352C;
}
.TagClassName
{
border-color: #E3352C;
}
</style>