Shades of Cinnabar #E2302C
Tints of Cinnabar #E2302C
RGB
CMYK
RGB Variations
Color information
#E2302C (or 0xE2302C) is known color: Cinnabar. HEX triplet: E2, 30 and 2C. RGB value is (226,48,44). Sum of RGB (Red+Green+Blue) = 226+48+44=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2302C is #1DCFD3. Grayscale: #646464. Windows color (decimal): -1953748 or 2896098. OLE color: 2896098.
HSL color Cylindrical-coordinate representation of color #E2302C: hue angle of 1.32º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2302C is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 44 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.11 |
| HSL | 1.32º | 0.76% | 0.53% | - |
| HSV(B) | 1.32º | 0.81% | 0.89% | - |
| XYZ | 32.88 | 18.46 | 4.21 | - |
| YUV | 100.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 44 | 0 | 0.79 | 0.81 | 0.11 | 1.32 | 0.76 | 0.53 |
| Hex | E2 | 30 | 2C | 0 | 4F | 51 | B | 1 | 4C | 35 |
| Octal | 342 | 60 | 54 | 0 | 117 | 121 | 13 | 1 | 114 | 65 |
| Binary | 11100010 | 110000 | 101100 | 0 | 1001111 | 1010001 | 1011 | 1 | 1001100 | 110101 |
Color Harmonies of #E2302C
Complementary color
Monochromatic Colors of #E2302C
Black with #E2302C
Text Example
Text Example
White with #E2302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2302C; }
p { color: rgb(226,48,44); }
H1.HeaderClassName
{
color: #E2302C;
}
.AnyTagClassName
{
color: #E2302C;
}
</style>
background-color css
<style>
a { background-color: #E2302C; }
a { background-color: rgb(226,48,44); }
div.DivClassName
{
background-color: #E2302C;
}
.BgClassName
{
background-color: #E2302C;
}
</style>
border-color css
<style>
span { border-color: #E2302C; }
span { border-color: rgb(226,48,44); }
td.TdClassName
{
border-color: #E2302C;
}
.TagClassName
{
border-color: #E2302C;
}
</style>