Shades of Cinnabar #E23F32
Tints of Cinnabar #E23F32
RGB
CMYK
RGB Variations
Color information
#E23F32 (or 0xE23F32) is known color: Cinnabar. HEX triplet: E2, 3F and 32. RGB value is (226,63,50). Sum of RGB (Red+Green+Blue) = 226+63+50=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23F32 is #1DC0CD. Grayscale: #6E6E6E. Windows color (decimal): -1949902 or 3293154. OLE color: 3293154.
HSL color Cylindrical-coordinate representation of color #E23F32: hue angle of 4.43º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E23F32 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.11 |
| HSL | 4.43º | 0.75% | 0.54% | - |
| HSV(B) | 4.43º | 0.78% | 0.89% | - |
| XYZ | 33.72 | 19.95 | 5.09 | - |
| YUV | 110.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 50 | 0 | 0.72 | 0.78 | 0.11 | 4.43 | 0.75 | 0.54 |
| Hex | E2 | 3F | 32 | 0 | 48 | 4E | B | 4 | 4B | 36 |
| Octal | 342 | 77 | 62 | 0 | 110 | 116 | 13 | 4 | 113 | 66 |
| Binary | 11100010 | 111111 | 110010 | 0 | 1001000 | 1001110 | 1011 | 100 | 1001011 | 110110 |
Color Harmonies of #E23F32
Complementary color
Monochromatic Colors of #E23F32
Black with #E23F32
Text Example
Text Example
White with #E23F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23F32; }
p { color: rgb(226,63,50); }
H1.HeaderClassName
{
color: #E23F32;
}
.AnyTagClassName
{
color: #E23F32;
}
</style>
background-color css
<style>
a { background-color: #E23F32; }
a { background-color: rgb(226,63,50); }
div.DivClassName
{
background-color: #E23F32;
}
.BgClassName
{
background-color: #E23F32;
}
</style>
border-color css
<style>
span { border-color: #E23F32; }
span { border-color: rgb(226,63,50); }
td.TdClassName
{
border-color: #E23F32;
}
.TagClassName
{
border-color: #E23F32;
}
</style>