Shades of Cinnabar #E44C32
Tints of Cinnabar #E44C32
RGB
CMYK
RGB Variations
Color information
#E44C32 (or 0xE44C32) is known color: Cinnabar. HEX triplet: E4, 4C and 32. RGB value is (228,76,50). Sum of RGB (Red+Green+Blue) = 228+76+50=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E44C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44C32 is #1BB3CD. Grayscale: #767676. Windows color (decimal): -1815502 or 3296484. OLE color: 3296484.
HSL color Cylindrical-coordinate representation of color #E44C32: hue angle of 8.76º 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 #E44C32 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 50 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.11 |
| HSL | 8.76º | 0.77% | 0.55% | - |
| HSV(B) | 8.76º | 0.78% | 0.89% | - |
| XYZ | 35.16 | 21.89 | 5.39 | - |
| YUV | 118.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 50 | 0 | 0.67 | 0.78 | 0.11 | 8.76 | 0.77 | 0.55 |
| Hex | E4 | 4C | 32 | 0 | 43 | 4E | B | 9 | 4D | 37 |
| Octal | 344 | 114 | 62 | 0 | 103 | 116 | 13 | 11 | 115 | 67 |
| Binary | 11100100 | 1001100 | 110010 | 0 | 1000011 | 1001110 | 1011 | 1001 | 1001101 | 110111 |
Color Harmonies of #E44C32
Complementary color
Monochromatic Colors of #E44C32
Black with #E44C32
Text Example
Text Example
White with #E44C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44C32; }
p { color: rgb(228,76,50); }
H1.HeaderClassName
{
color: #E44C32;
}
.AnyTagClassName
{
color: #E44C32;
}
</style>
background-color css
<style>
a { background-color: #E44C32; }
a { background-color: rgb(228,76,50); }
div.DivClassName
{
background-color: #E44C32;
}
.BgClassName
{
background-color: #E44C32;
}
</style>
border-color css
<style>
span { border-color: #E44C32; }
span { border-color: rgb(228,76,50); }
td.TdClassName
{
border-color: #E44C32;
}
.TagClassName
{
border-color: #E44C32;
}
</style>