Shades of Cinnabar #E2341E
Tints of Cinnabar #E2341E
RGB
CMYK
RGB Variations
Color information
#E2341E (or 0xE2341E) is known color: Cinnabar. HEX triplet: E2, 34 and 1E. RGB value is (226,52,30). Sum of RGB (Red+Green+Blue) = 226+52+30=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2341E is #1DCBE1. Grayscale: #656565. Windows color (decimal): -1952738 or 1979618. OLE color: 1979618.
HSL color Cylindrical-coordinate representation of color #E2341E: hue angle of 6.73º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2341E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.11 |
| HSL | 6.73º | 0.77% | 0.5% | - |
| HSV(B) | 6.73º | 0.87% | 0.89% | - |
| XYZ | 32.83 | 18.72 | 3.11 | - |
| YUV | 101.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 30 | 0 | 0.77 | 0.87 | 0.11 | 6.73 | 0.77 | 0.5 |
| Hex | E2 | 34 | 1E | 0 | 4D | 57 | B | 7 | 4D | 32 |
| Octal | 342 | 64 | 36 | 0 | 115 | 127 | 13 | 7 | 115 | 62 |
| Binary | 11100010 | 110100 | 11110 | 0 | 1001101 | 1010111 | 1011 | 111 | 1001101 | 110010 |
Color Harmonies of #E2341E
Complementary color
Monochromatic Colors of #E2341E
Black with #E2341E
Text Example
Text Example
White with #E2341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2341E; }
p { color: rgb(226,52,30); }
H1.HeaderClassName
{
color: #E2341E;
}
.AnyTagClassName
{
color: #E2341E;
}
</style>
background-color css
<style>
a { background-color: #E2341E; }
a { background-color: rgb(226,52,30); }
div.DivClassName
{
background-color: #E2341E;
}
.BgClassName
{
background-color: #E2341E;
}
</style>
border-color css
<style>
span { border-color: #E2341E; }
span { border-color: rgb(226,52,30); }
td.TdClassName
{
border-color: #E2341E;
}
.TagClassName
{
border-color: #E2341E;
}
</style>