Shades of Cinnabar #E23D32
Tints of Cinnabar #E23D32
RGB
CMYK
RGB Variations
Color information
#E23D32 (or 0xE23D32) is known color: Cinnabar. HEX triplet: E2, 3D and 32. RGB value is (226,61,50). Sum of RGB (Red+Green+Blue) = 226+61+50=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23D32 is #1DC2CD. Grayscale: #6D6D6D. Windows color (decimal): -1950414 or 3292642. OLE color: 3292642.
HSL color Cylindrical-coordinate representation of color #E23D32: hue angle of 3.75º 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 #E23D32 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 50 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.11 |
| HSL | 3.75º | 0.75% | 0.54% | - |
| HSV(B) | 3.75º | 0.78% | 0.89% | - |
| XYZ | 33.61 | 19.74 | 5.06 | - |
| YUV | 109.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 50 | 0 | 0.73 | 0.78 | 0.11 | 3.75 | 0.75 | 0.54 |
| Hex | E2 | 3D | 32 | 0 | 49 | 4E | B | 4 | 4B | 36 |
| Octal | 342 | 75 | 62 | 0 | 111 | 116 | 13 | 4 | 113 | 66 |
| Binary | 11100010 | 111101 | 110010 | 0 | 1001001 | 1001110 | 1011 | 100 | 1001011 | 110110 |
Color Harmonies of #E23D32
Complementary color
Monochromatic Colors of #E23D32
Black with #E23D32
Text Example
Text Example
White with #E23D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23D32; }
p { color: rgb(226,61,50); }
H1.HeaderClassName
{
color: #E23D32;
}
.AnyTagClassName
{
color: #E23D32;
}
</style>
background-color css
<style>
a { background-color: #E23D32; }
a { background-color: rgb(226,61,50); }
div.DivClassName
{
background-color: #E23D32;
}
.BgClassName
{
background-color: #E23D32;
}
</style>
border-color css
<style>
span { border-color: #E23D32; }
span { border-color: rgb(226,61,50); }
td.TdClassName
{
border-color: #E23D32;
}
.TagClassName
{
border-color: #E23D32;
}
</style>