Shades of Cinnabar #E23C2A
Tints of Cinnabar #E23C2A
RGB
CMYK
RGB Variations
Color information
#E23C2A (or 0xE23C2A) is known color: Cinnabar. HEX triplet: E2, 3C and 2A. RGB value is (226,60,42). Sum of RGB (Red+Green+Blue) = 226+60+42=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E23C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23C2A is #1DC3D5. Grayscale: #6B6B6B. Windows color (decimal): -1950678 or 2768098. OLE color: 2768098.
HSL color Cylindrical-coordinate representation of color #E23C2A: hue angle of 5.87º 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 #E23C2A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 42 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.11 |
| HSL | 5.87º | 0.76% | 0.53% | - |
| HSV(B) | 5.87º | 0.81% | 0.89% | - |
| XYZ | 33.4 | 19.57 | 4.21 | - |
| YUV | 107.58 | 91 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 42 | 0 | 0.73 | 0.81 | 0.11 | 5.87 | 0.76 | 0.53 |
| Hex | E2 | 3C | 2A | 0 | 49 | 51 | B | 6 | 4C | 35 |
| Octal | 342 | 74 | 52 | 0 | 111 | 121 | 13 | 6 | 114 | 65 |
| Binary | 11100010 | 111100 | 101010 | 0 | 1001001 | 1010001 | 1011 | 110 | 1001100 | 110101 |
Color Harmonies of #E23C2A
Complementary color
Monochromatic Colors of #E23C2A
Black with #E23C2A
Text Example
Text Example
White with #E23C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23C2A; }
p { color: rgb(226,60,42); }
H1.HeaderClassName
{
color: #E23C2A;
}
.AnyTagClassName
{
color: #E23C2A;
}
</style>
background-color css
<style>
a { background-color: #E23C2A; }
a { background-color: rgb(226,60,42); }
div.DivClassName
{
background-color: #E23C2A;
}
.BgClassName
{
background-color: #E23C2A;
}
</style>
border-color css
<style>
span { border-color: #E23C2A; }
span { border-color: rgb(226,60,42); }
td.TdClassName
{
border-color: #E23C2A;
}
.TagClassName
{
border-color: #E23C2A;
}
</style>