Shades of Cinnabar #E23C35
Tints of Cinnabar #E23C35
RGB
CMYK
RGB Variations
Color information
#E23C35 (or 0xE23C35) is known color: Cinnabar. HEX triplet: E2, 3C and 35. RGB value is (226,60,53). Sum of RGB (Red+Green+Blue) = 226+60+53=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E23C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23C35 is #1DC3CA. Grayscale: #6D6D6D. Windows color (decimal): -1950667 or 3488994. OLE color: 3488994.
HSL color Cylindrical-coordinate representation of color #E23C35: hue angle of 2.43º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23C35 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 53 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.11 |
| HSL | 2.43º | 0.75% | 0.55% | - |
| HSV(B) | 2.43º | 0.77% | 0.89% | - |
| XYZ | 33.62 | 19.66 | 5.39 | - |
| YUV | 108.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 53 | 0 | 0.73 | 0.77 | 0.11 | 2.43 | 0.75 | 0.55 |
| Hex | E2 | 3C | 35 | 0 | 49 | 4D | B | 2 | 4B | 37 |
| Octal | 342 | 74 | 65 | 0 | 111 | 115 | 13 | 2 | 113 | 67 |
| Binary | 11100010 | 111100 | 110101 | 0 | 1001001 | 1001101 | 1011 | 10 | 1001011 | 110111 |
Color Harmonies of #E23C35
Complementary color
Monochromatic Colors of #E23C35
Black with #E23C35
Text Example
Text Example
White with #E23C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23C35; }
p { color: rgb(226,60,53); }
H1.HeaderClassName
{
color: #E23C35;
}
.AnyTagClassName
{
color: #E23C35;
}
</style>
background-color css
<style>
a { background-color: #E23C35; }
a { background-color: rgb(226,60,53); }
div.DivClassName
{
background-color: #E23C35;
}
.BgClassName
{
background-color: #E23C35;
}
</style>
border-color css
<style>
span { border-color: #E23C35; }
span { border-color: rgb(226,60,53); }
td.TdClassName
{
border-color: #E23C35;
}
.TagClassName
{
border-color: #E23C35;
}
</style>