Shades of Cinnabar #E2382E
Tints of Cinnabar #E2382E
RGB
CMYK
RGB Variations
Color information
#E2382E (or 0xE2382E) is known color: Cinnabar. HEX triplet: E2, 38 and 2E. RGB value is (226,56,46). Sum of RGB (Red+Green+Blue) = 226+56+46=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E2382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2382E is #1DC7D1. Grayscale: #696969. Windows color (decimal): -1951698 or 3029218. OLE color: 3029218.
HSL color Cylindrical-coordinate representation of color #E2382E: hue angle of 3.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2382E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 46 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.11 |
| HSL | 3.33º | 0.76% | 0.53% | - |
| HSV(B) | 3.33º | 0.8% | 0.89% | - |
| XYZ | 33.27 | 19.19 | 4.54 | - |
| YUV | 105.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 46 | 0 | 0.75 | 0.80 | 0.11 | 3.33 | 0.76 | 0.53 |
| Hex | E2 | 38 | 2E | 0 | 4B | 50 | B | 3 | 4C | 35 |
| Octal | 342 | 70 | 56 | 0 | 113 | 120 | 13 | 3 | 114 | 65 |
| Binary | 11100010 | 111000 | 101110 | 0 | 1001011 | 1010000 | 1011 | 11 | 1001100 | 110101 |
Color Harmonies of #E2382E
Complementary color
Monochromatic Colors of #E2382E
Black with #E2382E
Text Example
Text Example
White with #E2382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2382E; }
p { color: rgb(226,56,46); }
H1.HeaderClassName
{
color: #E2382E;
}
.AnyTagClassName
{
color: #E2382E;
}
</style>
background-color css
<style>
a { background-color: #E2382E; }
a { background-color: rgb(226,56,46); }
div.DivClassName
{
background-color: #E2382E;
}
.BgClassName
{
background-color: #E2382E;
}
</style>
border-color css
<style>
span { border-color: #E2382E; }
span { border-color: rgb(226,56,46); }
td.TdClassName
{
border-color: #E2382E;
}
.TagClassName
{
border-color: #E2382E;
}
</style>