Shades of Cinnabar #E1301F
Tints of Cinnabar #E1301F
RGB
CMYK
RGB Variations
Color information
#E1301F (or 0xE1301F) is known color: Cinnabar. HEX triplet: E1, 30 and 1F. RGB value is (225,48,31). Sum of RGB (Red+Green+Blue) = 225+48+31=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1301F is #1ECFE0. Grayscale: #636363. Windows color (decimal): -2019297 or 2044129. OLE color: 2044129.
HSL color Cylindrical-coordinate representation of color #E1301F: hue angle of 5.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1301F is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 31 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.12 |
| HSL | 5.26º | 0.76% | 0.5% | - |
| HSV(B) | 5.26º | 0.86% | 0.88% | - |
| XYZ | 32.36 | 18.22 | 3.11 | - |
| YUV | 98.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 31 | 0 | 0.79 | 0.86 | 0.12 | 5.26 | 0.76 | 0.5 |
| Hex | E1 | 30 | 1F | 0 | 4F | 56 | C | 5 | 4C | 32 |
| Octal | 341 | 60 | 37 | 0 | 117 | 126 | 14 | 5 | 114 | 62 |
| Binary | 11100001 | 110000 | 11111 | 0 | 1001111 | 1010110 | 1100 | 101 | 1001100 | 110010 |
Color Harmonies of #E1301F
Complementary color
Monochromatic Colors of #E1301F
Black with #E1301F
Text Example
Text Example
White with #E1301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1301F; }
p { color: rgb(225,48,31); }
H1.HeaderClassName
{
color: #E1301F;
}
.AnyTagClassName
{
color: #E1301F;
}
</style>
background-color css
<style>
a { background-color: #E1301F; }
a { background-color: rgb(225,48,31); }
div.DivClassName
{
background-color: #E1301F;
}
.BgClassName
{
background-color: #E1301F;
}
</style>
border-color css
<style>
span { border-color: #E1301F; }
span { border-color: rgb(225,48,31); }
td.TdClassName
{
border-color: #E1301F;
}
.TagClassName
{
border-color: #E1301F;
}
</style>