Shades of Cinnabar #E1322F
Tints of Cinnabar #E1322F
RGB
CMYK
RGB Variations
Color information
#E1322F (or 0xE1322F) is known color: Cinnabar. HEX triplet: E1, 32 and 2F. RGB value is (225,50,47). Sum of RGB (Red+Green+Blue) = 225+50+47=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1322F is #1ECDD0. Grayscale: #666666. Windows color (decimal): -2018769 or 3093217. OLE color: 3093217.
HSL color Cylindrical-coordinate representation of color #E1322F: hue angle of 1.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1322F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 47 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.12 |
| HSL | 1.01º | 0.75% | 0.53% | - |
| HSV(B) | 1.01º | 0.79% | 0.88% | - |
| XYZ | 32.71 | 18.49 | 4.54 | - |
| YUV | 101.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 47 | 0 | 0.78 | 0.79 | 0.12 | 1.01 | 0.75 | 0.53 |
| Hex | E1 | 32 | 2F | 0 | 4E | 4F | C | 1 | 4B | 35 |
| Octal | 341 | 62 | 57 | 0 | 116 | 117 | 14 | 1 | 113 | 65 |
| Binary | 11100001 | 110010 | 101111 | 0 | 1001110 | 1001111 | 1100 | 1 | 1001011 | 110101 |
Color Harmonies of #E1322F
Complementary color
Monochromatic Colors of #E1322F
Black with #E1322F
Text Example
Text Example
White with #E1322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1322F; }
p { color: rgb(225,50,47); }
H1.HeaderClassName
{
color: #E1322F;
}
.AnyTagClassName
{
color: #E1322F;
}
</style>
background-color css
<style>
a { background-color: #E1322F; }
a { background-color: rgb(225,50,47); }
div.DivClassName
{
background-color: #E1322F;
}
.BgClassName
{
background-color: #E1322F;
}
</style>
border-color css
<style>
span { border-color: #E1322F; }
span { border-color: rgb(225,50,47); }
td.TdClassName
{
border-color: #E1322F;
}
.TagClassName
{
border-color: #E1322F;
}
</style>