Shades of Cinnabar #E1352B
Tints of Cinnabar #E1352B
RGB
CMYK
RGB Variations
Color information
#E1352B (or 0xE1352B) is known color: Cinnabar. HEX triplet: E1, 35 and 2B. RGB value is (225,53,43). Sum of RGB (Red+Green+Blue) = 225+53+43=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1352B is #1ECAD4. Grayscale: #676767. Windows color (decimal): -2018005 or 2831841. OLE color: 2831841.
HSL color Cylindrical-coordinate representation of color #E1352B: hue angle of 3.3º 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 #E1352B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 43 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.12 |
| HSL | 3.3º | 0.75% | 0.53% | - |
| HSV(B) | 3.3º | 0.81% | 0.88% | - |
| XYZ | 32.76 | 18.73 | 4.17 | - |
| YUV | 103.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 43 | 0 | 0.76 | 0.81 | 0.12 | 3.3 | 0.75 | 0.53 |
| Hex | E1 | 35 | 2B | 0 | 4C | 51 | C | 3 | 4B | 35 |
| Octal | 341 | 65 | 53 | 0 | 114 | 121 | 14 | 3 | 113 | 65 |
| Binary | 11100001 | 110101 | 101011 | 0 | 1001100 | 1010001 | 1100 | 11 | 1001011 | 110101 |
Color Harmonies of #E1352B
Complementary color
Monochromatic Colors of #E1352B
Black with #E1352B
Text Example
Text Example
White with #E1352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1352B; }
p { color: rgb(225,53,43); }
H1.HeaderClassName
{
color: #E1352B;
}
.AnyTagClassName
{
color: #E1352B;
}
</style>
background-color css
<style>
a { background-color: #E1352B; }
a { background-color: rgb(225,53,43); }
div.DivClassName
{
background-color: #E1352B;
}
.BgClassName
{
background-color: #E1352B;
}
</style>
border-color css
<style>
span { border-color: #E1352B; }
span { border-color: rgb(225,53,43); }
td.TdClassName
{
border-color: #E1352B;
}
.TagClassName
{
border-color: #E1352B;
}
</style>