Shades of Cinnabar #E1503D
Tints of Cinnabar #E1503D
RGB
CMYK
RGB Variations
Color information
#E1503D (or 0xE1503D) is known color: Cinnabar. HEX triplet: E1, 50 and 3D. RGB value is (225,80,61). Sum of RGB (Red+Green+Blue) = 225+80+61=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1503D is #1EAFC2. Grayscale: #797979. Windows color (decimal): -2011075 or 4018401. OLE color: 4018401.
HSL color Cylindrical-coordinate representation of color #E1503D: hue angle of 6.95º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1503D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.12 |
| HSL | 6.95º | 0.73% | 0.56% | - |
| HSV(B) | 6.95º | 0.73% | 0.88% | - |
| XYZ | 34.76 | 22.08 | 6.84 | - |
| YUV | 121.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 61 | 0 | 0.64 | 0.73 | 0.12 | 6.95 | 0.73 | 0.56 |
| Hex | E1 | 50 | 3D | 0 | 40 | 49 | C | 7 | 49 | 38 |
| Octal | 341 | 120 | 75 | 0 | 100 | 111 | 14 | 7 | 111 | 70 |
| Binary | 11100001 | 1010000 | 111101 | 0 | 1000000 | 1001001 | 1100 | 111 | 1001001 | 111000 |
Color Harmonies of #E1503D
Complementary color
Monochromatic Colors of #E1503D
Black with #E1503D
Text Example
Text Example
White with #E1503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1503D; }
p { color: rgb(225,80,61); }
H1.HeaderClassName
{
color: #E1503D;
}
.AnyTagClassName
{
color: #E1503D;
}
</style>
background-color css
<style>
a { background-color: #E1503D; }
a { background-color: rgb(225,80,61); }
div.DivClassName
{
background-color: #E1503D;
}
.BgClassName
{
background-color: #E1503D;
}
</style>
border-color css
<style>
span { border-color: #E1503D; }
span { border-color: rgb(225,80,61); }
td.TdClassName
{
border-color: #E1503D;
}
.TagClassName
{
border-color: #E1503D;
}
</style>