Shades of Cinnabar #E1503C
Tints of Cinnabar #E1503C
RGB
CMYK
RGB Variations
Color information
#E1503C (or 0xE1503C) is known color: Cinnabar. HEX triplet: E1, 50 and 3C. RGB value is (225,80,60). Sum of RGB (Red+Green+Blue) = 225+80+60=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1503C is #1EAFC3. Grayscale: #797979. Windows color (decimal): -2011076 or 3952865. OLE color: 3952865.
HSL color Cylindrical-coordinate representation of color #E1503C: hue angle of 7.27º 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 #E1503C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.12 |
| HSL | 7.27º | 0.73% | 0.56% | - |
| HSV(B) | 7.27º | 0.73% | 0.88% | - |
| XYZ | 34.74 | 22.07 | 6.7 | - |
| YUV | 121.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 60 | 0 | 0.64 | 0.73 | 0.12 | 7.27 | 0.73 | 0.56 |
| Hex | E1 | 50 | 3C | 0 | 40 | 49 | C | 7 | 49 | 38 |
| Octal | 341 | 120 | 74 | 0 | 100 | 111 | 14 | 7 | 111 | 70 |
| Binary | 11100001 | 1010000 | 111100 | 0 | 1000000 | 1001001 | 1100 | 111 | 1001001 | 111000 |
Color Harmonies of #E1503C
Complementary color
Monochromatic Colors of #E1503C
Black with #E1503C
Text Example
Text Example
White with #E1503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1503C; }
p { color: rgb(225,80,60); }
H1.HeaderClassName
{
color: #E1503C;
}
.AnyTagClassName
{
color: #E1503C;
}
</style>
background-color css
<style>
a { background-color: #E1503C; }
a { background-color: rgb(225,80,60); }
div.DivClassName
{
background-color: #E1503C;
}
.BgClassName
{
background-color: #E1503C;
}
</style>
border-color css
<style>
span { border-color: #E1503C; }
span { border-color: rgb(225,80,60); }
td.TdClassName
{
border-color: #E1503C;
}
.TagClassName
{
border-color: #E1503C;
}
</style>