Shades of Cinnabar #E44232
Tints of Cinnabar #E44232
RGB
CMYK
RGB Variations
Color information
#E44232 (or 0xE44232) is known color: Cinnabar. HEX triplet: E4, 42 and 32. RGB value is (228,66,50). Sum of RGB (Red+Green+Blue) = 228+66+50=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E44232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44232 is #1BBDCD. Grayscale: #707070. Windows color (decimal): -1818062 or 3293924. OLE color: 3293924.
HSL color Cylindrical-coordinate representation of color #E44232: hue angle of 5.39º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E44232 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 50 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.11 |
| HSL | 5.39º | 0.77% | 0.55% | - |
| HSV(B) | 5.39º | 0.78% | 0.89% | - |
| XYZ | 34.52 | 20.62 | 5.18 | - |
| YUV | 112.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 50 | 0 | 0.71 | 0.78 | 0.11 | 5.39 | 0.77 | 0.55 |
| Hex | E4 | 42 | 32 | 0 | 47 | 4E | B | 5 | 4D | 37 |
| Octal | 344 | 102 | 62 | 0 | 107 | 116 | 13 | 5 | 115 | 67 |
| Binary | 11100100 | 1000010 | 110010 | 0 | 1000111 | 1001110 | 1011 | 101 | 1001101 | 110111 |
Color Harmonies of #E44232
Complementary color
Monochromatic Colors of #E44232
Black with #E44232
Text Example
Text Example
White with #E44232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44232; }
p { color: rgb(228,66,50); }
H1.HeaderClassName
{
color: #E44232;
}
.AnyTagClassName
{
color: #E44232;
}
</style>
background-color css
<style>
a { background-color: #E44232; }
a { background-color: rgb(228,66,50); }
div.DivClassName
{
background-color: #E44232;
}
.BgClassName
{
background-color: #E44232;
}
</style>
border-color css
<style>
span { border-color: #E44232; }
span { border-color: rgb(228,66,50); }
td.TdClassName
{
border-color: #E44232;
}
.TagClassName
{
border-color: #E44232;
}
</style>