Shades of Cinnabar #E1342B
Tints of Cinnabar #E1342B
RGB
CMYK
RGB Variations
Color information
#E1342B (or 0xE1342B) is known color: Cinnabar. HEX triplet: E1, 34 and 2B. RGB value is (225,52,43). Sum of RGB (Red+Green+Blue) = 225+52+43=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1342B is #1ECBD4. Grayscale: #666666. Windows color (decimal): -2018261 or 2831585. OLE color: 2831585.
HSL color Cylindrical-coordinate representation of color #E1342B: hue angle of 2.97º 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 #E1342B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 43 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.12 |
| HSL | 2.97º | 0.75% | 0.53% | - |
| HSV(B) | 2.97º | 0.81% | 0.88% | - |
| XYZ | 32.72 | 18.64 | 4.16 | - |
| YUV | 102.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 43 | 0 | 0.77 | 0.81 | 0.12 | 2.97 | 0.75 | 0.53 |
| Hex | E1 | 34 | 2B | 0 | 4D | 51 | C | 3 | 4B | 35 |
| Octal | 341 | 64 | 53 | 0 | 115 | 121 | 14 | 3 | 113 | 65 |
| Binary | 11100001 | 110100 | 101011 | 0 | 1001101 | 1010001 | 1100 | 11 | 1001011 | 110101 |
Color Harmonies of #E1342B
Complementary color
Monochromatic Colors of #E1342B
Black with #E1342B
Text Example
Text Example
White with #E1342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1342B; }
p { color: rgb(225,52,43); }
H1.HeaderClassName
{
color: #E1342B;
}
.AnyTagClassName
{
color: #E1342B;
}
</style>
background-color css
<style>
a { background-color: #E1342B; }
a { background-color: rgb(225,52,43); }
div.DivClassName
{
background-color: #E1342B;
}
.BgClassName
{
background-color: #E1342B;
}
</style>
border-color css
<style>
span { border-color: #E1342B; }
span { border-color: rgb(225,52,43); }
td.TdClassName
{
border-color: #E1342B;
}
.TagClassName
{
border-color: #E1342B;
}
</style>