Shades of Cinnabar #E1411C
Tints of Cinnabar #E1411C
RGB
CMYK
RGB Variations
Color information
#E1411C (or 0xE1411C) is known color: Cinnabar. HEX triplet: E1, 41 and 1C. RGB value is (225,65,28). Sum of RGB (Red+Green+Blue) = 225+65+28=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1411C is #1EBEE3. Grayscale: #6C6C6C. Windows color (decimal): -2014948 or 1851873. OLE color: 1851873.
HSL color Cylindrical-coordinate representation of color #E1411C: hue angle of 11.27º 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 #E1411C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 28 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.12 |
| HSL | 11.27º | 0.78% | 0.5% | - |
| HSV(B) | 11.27º | 0.88% | 0.88% | - |
| XYZ | 33.15 | 19.87 | 3.19 | - |
| YUV | 108.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 28 | 0 | 0.71 | 0.88 | 0.12 | 11.27 | 0.78 | 0.5 |
| Hex | E1 | 41 | 1C | 0 | 47 | 58 | C | B | 4E | 32 |
| Octal | 341 | 101 | 34 | 0 | 107 | 130 | 14 | 13 | 116 | 62 |
| Binary | 11100001 | 1000001 | 11100 | 0 | 1000111 | 1011000 | 1100 | 1011 | 1001110 | 110010 |
Color Harmonies of #E1411C
Complementary color
Monochromatic Colors of #E1411C
Black with #E1411C
Text Example
Text Example
White with #E1411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1411C; }
p { color: rgb(225,65,28); }
H1.HeaderClassName
{
color: #E1411C;
}
.AnyTagClassName
{
color: #E1411C;
}
</style>
background-color css
<style>
a { background-color: #E1411C; }
a { background-color: rgb(225,65,28); }
div.DivClassName
{
background-color: #E1411C;
}
.BgClassName
{
background-color: #E1411C;
}
</style>
border-color css
<style>
span { border-color: #E1411C; }
span { border-color: rgb(225,65,28); }
td.TdClassName
{
border-color: #E1411C;
}
.TagClassName
{
border-color: #E1411C;
}
</style>