Shades of Cinnabar #E1501C
Tints of Cinnabar #E1501C
RGB
CMYK
RGB Variations
Color information
#E1501C (or 0xE1501C) is known color: Cinnabar. HEX triplet: E1, 50 and 1C. RGB value is (225,80,28). Sum of RGB (Red+Green+Blue) = 225+80+28=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1501C is #1EAFE3. Grayscale: #757575. Windows color (decimal): -2011108 or 1855713. OLE color: 1855713.
HSL color Cylindrical-coordinate representation of color #E1501C: hue angle of 15.84º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1501C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 28 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.12 |
| HSL | 15.84º | 0.78% | 0.5% | - |
| HSV(B) | 15.84º | 0.88% | 0.88% | - |
| XYZ | 34.13 | 21.83 | 3.51 | - |
| YUV | 117.43 | 77.54 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 28 | 0 | 0.64 | 0.88 | 0.12 | 15.84 | 0.78 | 0.5 |
| Hex | E1 | 50 | 1C | 0 | 40 | 58 | C | 10 | 4E | 32 |
| Octal | 341 | 120 | 34 | 0 | 100 | 130 | 14 | 20 | 116 | 62 |
| Binary | 11100001 | 1010000 | 11100 | 0 | 1000000 | 1011000 | 1100 | 10000 | 1001110 | 110010 |
Color Harmonies of #E1501C
Complementary color
Monochromatic Colors of #E1501C
Black with #E1501C
Text Example
Text Example
White with #E1501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1501C; }
p { color: rgb(225,80,28); }
H1.HeaderClassName
{
color: #E1501C;
}
.AnyTagClassName
{
color: #E1501C;
}
</style>
background-color css
<style>
a { background-color: #E1501C; }
a { background-color: rgb(225,80,28); }
div.DivClassName
{
background-color: #E1501C;
}
.BgClassName
{
background-color: #E1501C;
}
</style>
border-color css
<style>
span { border-color: #E1501C; }
span { border-color: rgb(225,80,28); }
td.TdClassName
{
border-color: #E1501C;
}
.TagClassName
{
border-color: #E1501C;
}
</style>