Shades of Cinnabar #E2423D
Tints of Cinnabar #E2423D
RGB
CMYK
RGB Variations
Color information
#E2423D (or 0xE2423D) is known color: Cinnabar. HEX triplet: E2, 42 and 3D. RGB value is (226,66,61). Sum of RGB (Red+Green+Blue) = 226+66+61=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2423D is #1DBDC2. Grayscale: #717171. Windows color (decimal): -1949123 or 4014818. OLE color: 4014818.
HSL color Cylindrical-coordinate representation of color #E2423D: hue angle of 1.82º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2423D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 61 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.11 |
| HSL | 1.82º | 0.74% | 0.56% | - |
| HSV(B) | 1.82º | 0.73% | 0.89% | - |
| XYZ | 34.15 | 20.4 | 6.55 | - |
| YUV | 113.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 61 | 0 | 0.71 | 0.73 | 0.11 | 1.82 | 0.74 | 0.56 |
| Hex | E2 | 42 | 3D | 0 | 47 | 49 | B | 2 | 4A | 38 |
| Octal | 342 | 102 | 75 | 0 | 107 | 111 | 13 | 2 | 112 | 70 |
| Binary | 11100010 | 1000010 | 111101 | 0 | 1000111 | 1001001 | 1011 | 10 | 1001010 | 111000 |
Color Harmonies of #E2423D
Complementary color
Monochromatic Colors of #E2423D
Black with #E2423D
Text Example
Text Example
White with #E2423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2423D; }
p { color: rgb(226,66,61); }
H1.HeaderClassName
{
color: #E2423D;
}
.AnyTagClassName
{
color: #E2423D;
}
</style>
background-color css
<style>
a { background-color: #E2423D; }
a { background-color: rgb(226,66,61); }
div.DivClassName
{
background-color: #E2423D;
}
.BgClassName
{
background-color: #E2423D;
}
</style>
border-color css
<style>
span { border-color: #E2423D; }
span { border-color: rgb(226,66,61); }
td.TdClassName
{
border-color: #E2423D;
}
.TagClassName
{
border-color: #E2423D;
}
</style>