Shades of Cinnabar #E23C1B
Tints of Cinnabar #E23C1B
RGB
CMYK
RGB Variations
Color information
#E23C1B (or 0xE23C1B) is known color: Cinnabar. HEX triplet: E2, 3C and 1B. RGB value is (226,60,27). Sum of RGB (Red+Green+Blue) = 226+60+27=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E23C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23C1B is #1DC3E4. Grayscale: #6A6A6A. Windows color (decimal): -1950693 or 1785058. OLE color: 1785058.
HSL color Cylindrical-coordinate representation of color #E23C1B: hue angle of 9.95º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E23C1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.11 |
| HSL | 9.95º | 0.79% | 0.5% | - |
| HSV(B) | 9.95º | 0.88% | 0.89% | - |
| XYZ | 33.18 | 19.48 | 3.05 | - |
| YUV | 105.87 | 83.5 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 27 | 0 | 0.73 | 0.88 | 0.11 | 9.95 | 0.79 | 0.5 |
| Hex | E2 | 3C | 1B | 0 | 49 | 58 | B | A | 4F | 32 |
| Octal | 342 | 74 | 33 | 0 | 111 | 130 | 13 | 12 | 117 | 62 |
| Binary | 11100010 | 111100 | 11011 | 0 | 1001001 | 1011000 | 1011 | 1010 | 1001111 | 110010 |
Color Harmonies of #E23C1B
Complementary color
Monochromatic Colors of #E23C1B
Black with #E23C1B
Text Example
Text Example
White with #E23C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23C1B; }
p { color: rgb(226,60,27); }
H1.HeaderClassName
{
color: #E23C1B;
}
.AnyTagClassName
{
color: #E23C1B;
}
</style>
background-color css
<style>
a { background-color: #E23C1B; }
a { background-color: rgb(226,60,27); }
div.DivClassName
{
background-color: #E23C1B;
}
.BgClassName
{
background-color: #E23C1B;
}
</style>
border-color css
<style>
span { border-color: #E23C1B; }
span { border-color: rgb(226,60,27); }
td.TdClassName
{
border-color: #E23C1B;
}
.TagClassName
{
border-color: #E23C1B;
}
</style>