Shades of Cinnabar #E1391D
Tints of Cinnabar #E1391D
RGB
CMYK
RGB Variations
Color information
#E1391D (or 0xE1391D) is known color: Cinnabar. HEX triplet: E1, 39 and 1D. RGB value is (225,57,29). Sum of RGB (Red+Green+Blue) = 225+57+29=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E1391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1391D is #1EC6E2. Grayscale: #686868. Windows color (decimal): -2016995 or 1915361. OLE color: 1915361.
HSL color Cylindrical-coordinate representation of color #E1391D: hue angle of 8.57º degrees, saturation: 0.77, 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 #E1391D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.12 |
| HSL | 8.57º | 0.77% | 0.5% | - |
| HSV(B) | 8.57º | 0.87% | 0.88% | - |
| XYZ | 32.74 | 19.02 | 3.11 | - |
| YUV | 104.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 29 | 0 | 0.75 | 0.87 | 0.12 | 8.57 | 0.77 | 0.5 |
| Hex | E1 | 39 | 1D | 0 | 4B | 57 | C | 9 | 4D | 32 |
| Octal | 341 | 71 | 35 | 0 | 113 | 127 | 14 | 11 | 115 | 62 |
| Binary | 11100001 | 111001 | 11101 | 0 | 1001011 | 1010111 | 1100 | 1001 | 1001101 | 110010 |
Color Harmonies of #E1391D
Complementary color
Monochromatic Colors of #E1391D
Black with #E1391D
Text Example
Text Example
White with #E1391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1391D; }
p { color: rgb(225,57,29); }
H1.HeaderClassName
{
color: #E1391D;
}
.AnyTagClassName
{
color: #E1391D;
}
</style>
background-color css
<style>
a { background-color: #E1391D; }
a { background-color: rgb(225,57,29); }
div.DivClassName
{
background-color: #E1391D;
}
.BgClassName
{
background-color: #E1391D;
}
</style>
border-color css
<style>
span { border-color: #E1391D; }
span { border-color: rgb(225,57,29); }
td.TdClassName
{
border-color: #E1391D;
}
.TagClassName
{
border-color: #E1391D;
}
</style>