Shades of Cinnabar #E1372B
Tints of Cinnabar #E1372B
RGB
CMYK
RGB Variations
Color information
#E1372B (or 0xE1372B) is known color: Cinnabar. HEX triplet: E1, 37 and 2B. RGB value is (225,55,43). Sum of RGB (Red+Green+Blue) = 225+55+43=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1372B is #1EC8D4. Grayscale: #686868. Windows color (decimal): -2017493 or 2832353. OLE color: 2832353.
HSL color Cylindrical-coordinate representation of color #E1372B: hue angle of 3.96º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1372B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 43 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.12 |
| HSL | 3.96º | 0.75% | 0.53% | - |
| HSV(B) | 3.96º | 0.81% | 0.88% | - |
| XYZ | 32.85 | 18.91 | 4.2 | - |
| YUV | 104.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 43 | 0 | 0.76 | 0.81 | 0.12 | 3.96 | 0.75 | 0.53 |
| Hex | E1 | 37 | 2B | 0 | 4C | 51 | C | 4 | 4B | 35 |
| Octal | 341 | 67 | 53 | 0 | 114 | 121 | 14 | 4 | 113 | 65 |
| Binary | 11100001 | 110111 | 101011 | 0 | 1001100 | 1010001 | 1100 | 100 | 1001011 | 110101 |
Color Harmonies of #E1372B
Complementary color
Monochromatic Colors of #E1372B
Black with #E1372B
Text Example
Text Example
White with #E1372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1372B; }
p { color: rgb(225,55,43); }
H1.HeaderClassName
{
color: #E1372B;
}
.AnyTagClassName
{
color: #E1372B;
}
</style>
background-color css
<style>
a { background-color: #E1372B; }
a { background-color: rgb(225,55,43); }
div.DivClassName
{
background-color: #E1372B;
}
.BgClassName
{
background-color: #E1372B;
}
</style>
border-color css
<style>
span { border-color: #E1372B; }
span { border-color: rgb(225,55,43); }
td.TdClassName
{
border-color: #E1372B;
}
.TagClassName
{
border-color: #E1372B;
}
</style>