Shades of Cinnabar #E44C20
Tints of Cinnabar #E44C20
RGB
CMYK
RGB Variations
Color information
#E44C20 (or 0xE44C20) is known color: Cinnabar. HEX triplet: E4, 4C and 20. RGB value is (228,76,32). Sum of RGB (Red+Green+Blue) = 228+76+32=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E44C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44C20 is #1BB3DF. Grayscale: #747474. Windows color (decimal): -1815520 or 2116836. OLE color: 2116836.
HSL color Cylindrical-coordinate representation of color #E44C20: hue angle of 13.47º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E44C20 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 32 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.11 |
| HSL | 13.47º | 0.78% | 0.51% | - |
| HSV(B) | 13.47º | 0.86% | 0.89% | - |
| XYZ | 34.84 | 21.77 | 3.73 | - |
| YUV | 116.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 32 | 0 | 0.67 | 0.86 | 0.11 | 13.47 | 0.78 | 0.51 |
| Hex | E4 | 4C | 20 | 0 | 43 | 56 | B | D | 4E | 33 |
| Octal | 344 | 114 | 40 | 0 | 103 | 126 | 13 | 15 | 116 | 63 |
| Binary | 11100100 | 1001100 | 100000 | 0 | 1000011 | 1010110 | 1011 | 1101 | 1001110 | 110011 |
Color Harmonies of #E44C20
Complementary color
Monochromatic Colors of #E44C20
Black with #E44C20
Text Example
Text Example
White with #E44C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44C20; }
p { color: rgb(228,76,32); }
H1.HeaderClassName
{
color: #E44C20;
}
.AnyTagClassName
{
color: #E44C20;
}
</style>
background-color css
<style>
a { background-color: #E44C20; }
a { background-color: rgb(228,76,32); }
div.DivClassName
{
background-color: #E44C20;
}
.BgClassName
{
background-color: #E44C20;
}
</style>
border-color css
<style>
span { border-color: #E44C20; }
span { border-color: rgb(228,76,32); }
td.TdClassName
{
border-color: #E44C20;
}
.TagClassName
{
border-color: #E44C20;
}
</style>