Shades of Cinnabar #E1503F
Tints of Cinnabar #E1503F
RGB
CMYK
RGB Variations
Color information
#E1503F (or 0xE1503F) is known color: Cinnabar. HEX triplet: E1, 50 and 3F. RGB value is (225,80,63). Sum of RGB (Red+Green+Blue) = 225+80+63=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1503F is #1EAFC0. Grayscale: #797979. Windows color (decimal): -2011073 or 4149473. OLE color: 4149473.
HSL color Cylindrical-coordinate representation of color #E1503F: hue angle of 6.3º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1503F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 63 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.12 |
| HSL | 6.3º | 0.73% | 0.56% | - |
| HSV(B) | 6.3º | 0.72% | 0.88% | - |
| XYZ | 34.82 | 22.1 | 7.13 | - |
| YUV | 121.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 63 | 0 | 0.64 | 0.72 | 0.12 | 6.3 | 0.73 | 0.56 |
| Hex | E1 | 50 | 3F | 0 | 40 | 48 | C | 6 | 49 | 38 |
| Octal | 341 | 120 | 77 | 0 | 100 | 110 | 14 | 6 | 111 | 70 |
| Binary | 11100001 | 1010000 | 111111 | 0 | 1000000 | 1001000 | 1100 | 110 | 1001001 | 111000 |
Color Harmonies of #E1503F
Complementary color
Monochromatic Colors of #E1503F
Black with #E1503F
Text Example
Text Example
White with #E1503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1503F; }
p { color: rgb(225,80,63); }
H1.HeaderClassName
{
color: #E1503F;
}
.AnyTagClassName
{
color: #E1503F;
}
</style>
background-color css
<style>
a { background-color: #E1503F; }
a { background-color: rgb(225,80,63); }
div.DivClassName
{
background-color: #E1503F;
}
.BgClassName
{
background-color: #E1503F;
}
</style>
border-color css
<style>
span { border-color: #E1503F; }
span { border-color: rgb(225,80,63); }
td.TdClassName
{
border-color: #E1503F;
}
.TagClassName
{
border-color: #E1503F;
}
</style>