Shades of Cinnabar #E3503E
Tints of Cinnabar #E3503E
RGB
CMYK
RGB Variations
Color information
#E3503E (or 0xE3503E) is known color: Cinnabar. HEX triplet: E3, 50 and 3E. RGB value is (227,80,62). Sum of RGB (Red+Green+Blue) = 227+80+62=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E3503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3503E is #1CAFC1. Grayscale: #7A7A7A. Windows color (decimal): -1880002 or 4083939. OLE color: 4083939.
HSL color Cylindrical-coordinate representation of color #E3503E: hue angle of 6.55º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3503E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 62 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.11 |
| HSL | 6.55º | 0.75% | 0.57% | - |
| HSV(B) | 6.55º | 0.73% | 0.89% | - |
| XYZ | 35.42 | 22.42 | 7.02 | - |
| YUV | 121.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 62 | 0 | 0.65 | 0.73 | 0.11 | 6.55 | 0.75 | 0.57 |
| Hex | E3 | 50 | 3E | 0 | 41 | 49 | B | 7 | 4B | 39 |
| Octal | 343 | 120 | 76 | 0 | 101 | 111 | 13 | 7 | 113 | 71 |
| Binary | 11100011 | 1010000 | 111110 | 0 | 1000001 | 1001001 | 1011 | 111 | 1001011 | 111001 |
Color Harmonies of #E3503E
Complementary color
Monochromatic Colors of #E3503E
Black with #E3503E
Text Example
Text Example
White with #E3503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3503E; }
p { color: rgb(227,80,62); }
H1.HeaderClassName
{
color: #E3503E;
}
.AnyTagClassName
{
color: #E3503E;
}
</style>
background-color css
<style>
a { background-color: #E3503E; }
a { background-color: rgb(227,80,62); }
div.DivClassName
{
background-color: #E3503E;
}
.BgClassName
{
background-color: #E3503E;
}
</style>
border-color css
<style>
span { border-color: #E3503E; }
span { border-color: rgb(227,80,62); }
td.TdClassName
{
border-color: #E3503E;
}
.TagClassName
{
border-color: #E3503E;
}
</style>