Shades of Cinnabar #E43226
Tints of Cinnabar #E43226
RGB
CMYK
RGB Variations
Color information
#E43226 (or 0xE43226) is known color: Cinnabar. HEX triplet: E4, 32 and 26. RGB value is (228,50,38). Sum of RGB (Red+Green+Blue) = 228+50+38=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E43226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43226 is #1BCDD9. Grayscale: #666666. Windows color (decimal): -1822170 or 2503396. OLE color: 2503396.
HSL color Cylindrical-coordinate representation of color #E43226: hue angle of 3.79º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E43226 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 38 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.11 |
| HSL | 3.79º | 0.78% | 0.52% | - |
| HSV(B) | 3.79º | 0.83% | 0.89% | - |
| XYZ | 33.49 | 18.92 | 3.72 | - |
| YUV | 101.85 | 91.97 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 38 | 0 | 0.78 | 0.83 | 0.11 | 3.79 | 0.78 | 0.52 |
| Hex | E4 | 32 | 26 | 0 | 4E | 53 | B | 4 | 4E | 34 |
| Octal | 344 | 62 | 46 | 0 | 116 | 123 | 13 | 4 | 116 | 64 |
| Binary | 11100100 | 110010 | 100110 | 0 | 1001110 | 1010011 | 1011 | 100 | 1001110 | 110100 |
Color Harmonies of #E43226
Complementary color
Monochromatic Colors of #E43226
Black with #E43226
Text Example
Text Example
White with #E43226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43226; }
p { color: rgb(228,50,38); }
H1.HeaderClassName
{
color: #E43226;
}
.AnyTagClassName
{
color: #E43226;
}
</style>
background-color css
<style>
a { background-color: #E43226; }
a { background-color: rgb(228,50,38); }
div.DivClassName
{
background-color: #E43226;
}
.BgClassName
{
background-color: #E43226;
}
</style>
border-color css
<style>
span { border-color: #E43226; }
span { border-color: rgb(228,50,38); }
td.TdClassName
{
border-color: #E43226;
}
.TagClassName
{
border-color: #E43226;
}
</style>