Shades of Cinnabar #E3502F
Tints of Cinnabar #E3502F
RGB
CMYK
RGB Variations
Color information
#E3502F (or 0xE3502F) is known color: Cinnabar. HEX triplet: E3, 50 and 2F. RGB value is (227,80,47). Sum of RGB (Red+Green+Blue) = 227+80+47=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3502F is #1CAFD0. Grayscale: #787878. Windows color (decimal): -1880017 or 3100899. OLE color: 3100899.
HSL color Cylindrical-coordinate representation of color #E3502F: hue angle of 11º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3502F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.11 |
| HSL | 11º | 0.76% | 0.54% | - |
| HSV(B) | 11º | 0.79% | 0.89% | - |
| XYZ | 35.06 | 22.27 | 5.14 | - |
| YUV | 120.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 47 | 0 | 0.65 | 0.79 | 0.11 | 11 | 0.76 | 0.54 |
| Hex | E3 | 50 | 2F | 0 | 41 | 4F | B | B | 4C | 36 |
| Octal | 343 | 120 | 57 | 0 | 101 | 117 | 13 | 13 | 114 | 66 |
| Binary | 11100011 | 1010000 | 101111 | 0 | 1000001 | 1001111 | 1011 | 1011 | 1001100 | 110110 |
Color Harmonies of #E3502F
Complementary color
Monochromatic Colors of #E3502F
Black with #E3502F
Text Example
Text Example
White with #E3502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3502F; }
p { color: rgb(227,80,47); }
H1.HeaderClassName
{
color: #E3502F;
}
.AnyTagClassName
{
color: #E3502F;
}
</style>
background-color css
<style>
a { background-color: #E3502F; }
a { background-color: rgb(227,80,47); }
div.DivClassName
{
background-color: #E3502F;
}
.BgClassName
{
background-color: #E3502F;
}
</style>
border-color css
<style>
span { border-color: #E3502F; }
span { border-color: rgb(227,80,47); }
td.TdClassName
{
border-color: #E3502F;
}
.TagClassName
{
border-color: #E3502F;
}
</style>