Shades of Cinnabar #E3502E
Tints of Cinnabar #E3502E
RGB
CMYK
RGB Variations
Color information
#E3502E (or 0xE3502E) is known color: Cinnabar. HEX triplet: E3, 50 and 2E. RGB value is (227,80,46). Sum of RGB (Red+Green+Blue) = 227+80+46=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3502E is #1CAFD1. Grayscale: #787878. Windows color (decimal): -1880018 or 3035363. OLE color: 3035363.
HSL color Cylindrical-coordinate representation of color #E3502E: hue angle of 11.27º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3502E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 46 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.11 |
| HSL | 11.27º | 0.76% | 0.54% | - |
| HSV(B) | 11.27º | 0.8% | 0.89% | - |
| XYZ | 35.04 | 22.27 | 5.04 | - |
| YUV | 120.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 46 | 0 | 0.65 | 0.80 | 0.11 | 11.27 | 0.76 | 0.54 |
| Hex | E3 | 50 | 2E | 0 | 41 | 50 | B | B | 4C | 36 |
| Octal | 343 | 120 | 56 | 0 | 101 | 120 | 13 | 13 | 114 | 66 |
| Binary | 11100011 | 1010000 | 101110 | 0 | 1000001 | 1010000 | 1011 | 1011 | 1001100 | 110110 |
Color Harmonies of #E3502E
Complementary color
Monochromatic Colors of #E3502E
Black with #E3502E
Text Example
Text Example
White with #E3502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3502E; }
p { color: rgb(227,80,46); }
H1.HeaderClassName
{
color: #E3502E;
}
.AnyTagClassName
{
color: #E3502E;
}
</style>
background-color css
<style>
a { background-color: #E3502E; }
a { background-color: rgb(227,80,46); }
div.DivClassName
{
background-color: #E3502E;
}
.BgClassName
{
background-color: #E3502E;
}
</style>
border-color css
<style>
span { border-color: #E3502E; }
span { border-color: rgb(227,80,46); }
td.TdClassName
{
border-color: #E3502E;
}
.TagClassName
{
border-color: #E3502E;
}
</style>