Shades of Cinnabar #E1382C
Tints of Cinnabar #E1382C
RGB
CMYK
RGB Variations
Color information
#E1382C (or 0xE1382C) is known color: Cinnabar. HEX triplet: E1, 38 and 2C. RGB value is (225,56,44). Sum of RGB (Red+Green+Blue) = 225+56+44=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1382C is #1EC7D3. Grayscale: #696969. Windows color (decimal): -2017236 or 2898145. OLE color: 2898145.
HSL color Cylindrical-coordinate representation of color #E1382C: hue angle of 3.98º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1382C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 44 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.12 |
| HSL | 3.98º | 0.75% | 0.53% | - |
| HSV(B) | 3.98º | 0.8% | 0.88% | - |
| XYZ | 32.92 | 19.02 | 4.32 | - |
| YUV | 105.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 44 | 0 | 0.75 | 0.80 | 0.12 | 3.98 | 0.75 | 0.53 |
| Hex | E1 | 38 | 2C | 0 | 4B | 50 | C | 4 | 4B | 35 |
| Octal | 341 | 70 | 54 | 0 | 113 | 120 | 14 | 4 | 113 | 65 |
| Binary | 11100001 | 111000 | 101100 | 0 | 1001011 | 1010000 | 1100 | 100 | 1001011 | 110101 |
Color Harmonies of #E1382C
Complementary color
Monochromatic Colors of #E1382C
Black with #E1382C
Text Example
Text Example
White with #E1382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1382C; }
p { color: rgb(225,56,44); }
H1.HeaderClassName
{
color: #E1382C;
}
.AnyTagClassName
{
color: #E1382C;
}
</style>
background-color css
<style>
a { background-color: #E1382C; }
a { background-color: rgb(225,56,44); }
div.DivClassName
{
background-color: #E1382C;
}
.BgClassName
{
background-color: #E1382C;
}
</style>
border-color css
<style>
span { border-color: #E1382C; }
span { border-color: rgb(225,56,44); }
td.TdClassName
{
border-color: #E1382C;
}
.TagClassName
{
border-color: #E1382C;
}
</style>