Shades of Cinnabar #E7342E
Tints of Cinnabar #E7342E
RGB
CMYK
RGB Variations
Color information
#E7342E (or 0xE7342E) is known color: Cinnabar. HEX triplet: E7, 34 and 2E. RGB value is (231,52,46). Sum of RGB (Red+Green+Blue) = 231+52+46=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7342E is #18CBD1. Grayscale: #696969. Windows color (decimal): -1625042 or 3028199. OLE color: 3028199.
HSL color Cylindrical-coordinate representation of color #E7342E: hue angle of 1.95º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7342E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 46 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.09 |
| HSL | 1.95º | 0.79% | 0.54% | - |
| HSV(B) | 1.95º | 0.8% | 0.91% | - |
| XYZ | 34.68 | 19.64 | 4.55 | - |
| YUV | 104.84 | 94.8 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 46 | 0 | 0.77 | 0.80 | 0.09 | 1.95 | 0.79 | 0.54 |
| Hex | E7 | 34 | 2E | 0 | 4D | 50 | 9 | 2 | 4F | 36 |
| Octal | 347 | 64 | 56 | 0 | 115 | 120 | 11 | 2 | 117 | 66 |
| Binary | 11100111 | 110100 | 101110 | 0 | 1001101 | 1010000 | 1001 | 10 | 1001111 | 110110 |
Color Harmonies of #E7342E
Complementary color
Monochromatic Colors of #E7342E
Black with #E7342E
Text Example
Text Example
White with #E7342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7342E; }
p { color: rgb(231,52,46); }
H1.HeaderClassName
{
color: #E7342E;
}
.AnyTagClassName
{
color: #E7342E;
}
</style>
background-color css
<style>
a { background-color: #E7342E; }
a { background-color: rgb(231,52,46); }
div.DivClassName
{
background-color: #E7342E;
}
.BgClassName
{
background-color: #E7342E;
}
</style>
border-color css
<style>
span { border-color: #E7342E; }
span { border-color: rgb(231,52,46); }
td.TdClassName
{
border-color: #E7342E;
}
.TagClassName
{
border-color: #E7342E;
}
</style>