Shades of Cinnabar #E1461C
Tints of Cinnabar #E1461C
RGB
CMYK
RGB Variations
Color information
#E1461C (or 0xE1461C) is known color: Cinnabar. HEX triplet: E1, 46 and 1C. RGB value is (225,70,28). Sum of RGB (Red+Green+Blue) = 225+70+28=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1461C is #1EB9E3. Grayscale: #6F6F6F. Windows color (decimal): -2013668 or 1853153. OLE color: 1853153.
HSL color Cylindrical-coordinate representation of color #E1461C: hue angle of 12.79º 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 #E1461C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 28 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.12 |
| HSL | 12.79º | 0.78% | 0.5% | - |
| HSV(B) | 12.79º | 0.88% | 0.88% | - |
| XYZ | 33.45 | 20.47 | 3.29 | - |
| YUV | 111.56 | 80.85 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 28 | 0 | 0.69 | 0.88 | 0.12 | 12.79 | 0.78 | 0.5 |
| Hex | E1 | 46 | 1C | 0 | 45 | 58 | C | D | 4E | 32 |
| Octal | 341 | 106 | 34 | 0 | 105 | 130 | 14 | 15 | 116 | 62 |
| Binary | 11100001 | 1000110 | 11100 | 0 | 1000101 | 1011000 | 1100 | 1101 | 1001110 | 110010 |
Color Harmonies of #E1461C
Complementary color
Monochromatic Colors of #E1461C
Black with #E1461C
Text Example
Text Example
White with #E1461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1461C; }
p { color: rgb(225,70,28); }
H1.HeaderClassName
{
color: #E1461C;
}
.AnyTagClassName
{
color: #E1461C;
}
</style>
background-color css
<style>
a { background-color: #E1461C; }
a { background-color: rgb(225,70,28); }
div.DivClassName
{
background-color: #E1461C;
}
.BgClassName
{
background-color: #E1461C;
}
</style>
border-color css
<style>
span { border-color: #E1461C; }
span { border-color: rgb(225,70,28); }
td.TdClassName
{
border-color: #E1461C;
}
.TagClassName
{
border-color: #E1461C;
}
</style>