Shades of Cinnabar #E1352A
Tints of Cinnabar #E1352A
RGB
CMYK
RGB Variations
Color information
#E1352A (or 0xE1352A) is known color: Cinnabar. HEX triplet: E1, 35 and 2A. RGB value is (225,53,42). Sum of RGB (Red+Green+Blue) = 225+53+42=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1352A is #1ECAD5. Grayscale: #676767. Windows color (decimal): -2018006 or 2766305. OLE color: 2766305.
HSL color Cylindrical-coordinate representation of color #E1352A: hue angle of 3.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1352A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.12 |
| HSL | 3.61º | 0.75% | 0.52% | - |
| HSV(B) | 3.61º | 0.81% | 0.88% | - |
| XYZ | 32.74 | 18.72 | 4.08 | - |
| YUV | 103.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 42 | 0 | 0.76 | 0.81 | 0.12 | 3.61 | 0.75 | 0.52 |
| Hex | E1 | 35 | 2A | 0 | 4C | 51 | C | 4 | 4B | 34 |
| Octal | 341 | 65 | 52 | 0 | 114 | 121 | 14 | 4 | 113 | 64 |
| Binary | 11100001 | 110101 | 101010 | 0 | 1001100 | 1010001 | 1100 | 100 | 1001011 | 110100 |
Color Harmonies of #E1352A
Complementary color
Monochromatic Colors of #E1352A
Black with #E1352A
Text Example
Text Example
White with #E1352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1352A; }
p { color: rgb(225,53,42); }
H1.HeaderClassName
{
color: #E1352A;
}
.AnyTagClassName
{
color: #E1352A;
}
</style>
background-color css
<style>
a { background-color: #E1352A; }
a { background-color: rgb(225,53,42); }
div.DivClassName
{
background-color: #E1352A;
}
.BgClassName
{
background-color: #E1352A;
}
</style>
border-color css
<style>
span { border-color: #E1352A; }
span { border-color: rgb(225,53,42); }
td.TdClassName
{
border-color: #E1352A;
}
.TagClassName
{
border-color: #E1352A;
}
</style>