Shades of Cinnabar #E3503A
Tints of Cinnabar #E3503A
RGB
CMYK
RGB Variations
Color information
#E3503A (or 0xE3503A) is known color: Cinnabar. HEX triplet: E3, 50 and 3A. RGB value is (227,80,58). Sum of RGB (Red+Green+Blue) = 227+80+58=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E3503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3503A is #1CAFC5. Grayscale: #797979. Windows color (decimal): -1880006 or 3821795. OLE color: 3821795.
HSL color Cylindrical-coordinate representation of color #E3503A: hue angle of 7.81º 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 #E3503A is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 58 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.11 |
| HSL | 7.81º | 0.75% | 0.56% | - |
| HSV(B) | 7.81º | 0.74% | 0.89% | - |
| XYZ | 35.31 | 22.37 | 6.46 | - |
| YUV | 121.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 58 | 0 | 0.65 | 0.74 | 0.11 | 7.81 | 0.75 | 0.56 |
| Hex | E3 | 50 | 3A | 0 | 41 | 4A | B | 8 | 4B | 38 |
| Octal | 343 | 120 | 72 | 0 | 101 | 112 | 13 | 10 | 113 | 70 |
| Binary | 11100011 | 1010000 | 111010 | 0 | 1000001 | 1001010 | 1011 | 1000 | 1001011 | 111000 |
Color Harmonies of #E3503A
Complementary color
Monochromatic Colors of #E3503A
Black with #E3503A
Text Example
Text Example
White with #E3503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3503A; }
p { color: rgb(227,80,58); }
H1.HeaderClassName
{
color: #E3503A;
}
.AnyTagClassName
{
color: #E3503A;
}
</style>
background-color css
<style>
a { background-color: #E3503A; }
a { background-color: rgb(227,80,58); }
div.DivClassName
{
background-color: #E3503A;
}
.BgClassName
{
background-color: #E3503A;
}
</style>
border-color css
<style>
span { border-color: #E3503A; }
span { border-color: rgb(227,80,58); }
td.TdClassName
{
border-color: #E3503A;
}
.TagClassName
{
border-color: #E3503A;
}
</style>