Shades of Cinnabar #E7342A
Tints of Cinnabar #E7342A
RGB
CMYK
RGB Variations
Color information
#E7342A (or 0xE7342A) is known color: Cinnabar. HEX triplet: E7, 34 and 2A. RGB value is (231,52,42). Sum of RGB (Red+Green+Blue) = 231+52+42=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7342A is #18CBD5. Grayscale: #686868. Windows color (decimal): -1625046 or 2766055. OLE color: 2766055.
HSL color Cylindrical-coordinate representation of color #E7342A: hue angle of 3.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7342A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 42 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.09 |
| HSL | 3.17º | 0.8% | 0.54% | - |
| HSV(B) | 3.17º | 0.82% | 0.91% | - |
| XYZ | 34.6 | 19.61 | 4.15 | - |
| YUV | 104.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 42 | 0 | 0.77 | 0.82 | 0.09 | 3.17 | 0.8 | 0.54 |
| Hex | E7 | 34 | 2A | 0 | 4D | 52 | 9 | 3 | 50 | 36 |
| Octal | 347 | 64 | 52 | 0 | 115 | 122 | 11 | 3 | 120 | 66 |
| Binary | 11100111 | 110100 | 101010 | 0 | 1001101 | 1010010 | 1001 | 11 | 1010000 | 110110 |
Color Harmonies of #E7342A
Complementary color
Monochromatic Colors of #E7342A
Black with #E7342A
Text Example
Text Example
White with #E7342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7342A; }
p { color: rgb(231,52,42); }
H1.HeaderClassName
{
color: #E7342A;
}
.AnyTagClassName
{
color: #E7342A;
}
</style>
background-color css
<style>
a { background-color: #E7342A; }
a { background-color: rgb(231,52,42); }
div.DivClassName
{
background-color: #E7342A;
}
.BgClassName
{
background-color: #E7342A;
}
</style>
border-color css
<style>
span { border-color: #E7342A; }
span { border-color: rgb(231,52,42); }
td.TdClassName
{
border-color: #E7342A;
}
.TagClassName
{
border-color: #E7342A;
}
</style>