Shades of Cinnabar #E23F1B
Tints of Cinnabar #E23F1B
RGB
CMYK
RGB Variations
Color information
#E23F1B (or 0xE23F1B) is known color: Cinnabar. HEX triplet: E2, 3F and 1B. RGB value is (226,63,27). Sum of RGB (Red+Green+Blue) = 226+63+27=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23F1B is #1DC0E4. Grayscale: #6B6B6B. Windows color (decimal): -1949925 or 1785826. OLE color: 1785826.
HSL color Cylindrical-coordinate representation of color #E23F1B: hue angle of 10.85º 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 #E23F1B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 27 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.11 |
| HSL | 10.85º | 0.79% | 0.5% | - |
| HSV(B) | 10.85º | 0.88% | 0.89% | - |
| XYZ | 33.34 | 19.8 | 3.1 | - |
| YUV | 107.63 | 82.5 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 27 | 0 | 0.72 | 0.88 | 0.11 | 10.85 | 0.79 | 0.5 |
| Hex | E2 | 3F | 1B | 0 | 48 | 58 | B | B | 4F | 32 |
| Octal | 342 | 77 | 33 | 0 | 110 | 130 | 13 | 13 | 117 | 62 |
| Binary | 11100010 | 111111 | 11011 | 0 | 1001000 | 1011000 | 1011 | 1011 | 1001111 | 110010 |
Color Harmonies of #E23F1B
Complementary color
Monochromatic Colors of #E23F1B
Black with #E23F1B
Text Example
Text Example
White with #E23F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F1B; }
p { color: rgb(226,63,27); }
H1.HeaderClassName
{
color: #E23F1B;
}
.AnyTagClassName
{
color: #E23F1B;
}
</style>
background-color css
<style>
a { background-color: #E23F1B; }
a { background-color: rgb(226,63,27); }
div.DivClassName
{
background-color: #E23F1B;
}
.BgClassName
{
background-color: #E23F1B;
}
</style>
border-color css
<style>
span { border-color: #E23F1B; }
span { border-color: rgb(226,63,27); }
td.TdClassName
{
border-color: #E23F1B;
}
.TagClassName
{
border-color: #E23F1B;
}
</style>