Shades of Cinnabar #E1381E
Tints of Cinnabar #E1381E
RGB
CMYK
RGB Variations
Color information
#E1381E (or 0xE1381E) is known color: Cinnabar. HEX triplet: E1, 38 and 1E. RGB value is (225,56,30). Sum of RGB (Red+Green+Blue) = 225+56+30=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E1381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1381E is #1EC7E1. Grayscale: #676767. Windows color (decimal): -2017250 or 1980641. OLE color: 1980641.
HSL color Cylindrical-coordinate representation of color #E1381E: hue angle of 8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1381E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.12 |
| HSL | 8º | 0.76% | 0.5% | - |
| HSV(B) | 8º | 0.87% | 0.88% | - |
| XYZ | 32.7 | 18.93 | 3.16 | - |
| YUV | 103.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 30 | 0 | 0.75 | 0.87 | 0.12 | 8 | 0.76 | 0.5 |
| Hex | E1 | 38 | 1E | 0 | 4B | 57 | C | 8 | 4C | 32 |
| Octal | 341 | 70 | 36 | 0 | 113 | 127 | 14 | 10 | 114 | 62 |
| Binary | 11100001 | 111000 | 11110 | 0 | 1001011 | 1010111 | 1100 | 1000 | 1001100 | 110010 |
Color Harmonies of #E1381E
Complementary color
Monochromatic Colors of #E1381E
Black with #E1381E
Text Example
Text Example
White with #E1381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1381E; }
p { color: rgb(225,56,30); }
H1.HeaderClassName
{
color: #E1381E;
}
.AnyTagClassName
{
color: #E1381E;
}
</style>
background-color css
<style>
a { background-color: #E1381E; }
a { background-color: rgb(225,56,30); }
div.DivClassName
{
background-color: #E1381E;
}
.BgClassName
{
background-color: #E1381E;
}
</style>
border-color css
<style>
span { border-color: #E1381E; }
span { border-color: rgb(225,56,30); }
td.TdClassName
{
border-color: #E1381E;
}
.TagClassName
{
border-color: #E1381E;
}
</style>