Shades of Cinnabar #E44720
Tints of Cinnabar #E44720
RGB
CMYK
RGB Variations
Color information
#E44720 (or 0xE44720) is known color: Cinnabar. HEX triplet: E4, 47 and 20. RGB value is (228,71,32). Sum of RGB (Red+Green+Blue) = 228+71+32=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E44720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44720 is #1BB8DF. Grayscale: #717171. Windows color (decimal): -1816800 or 2115556. OLE color: 2115556.
HSL color Cylindrical-coordinate representation of color #E44720: hue angle of 11.94º 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 #E44720 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 71 | 32 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.11 |
| HSL | 11.94º | 0.78% | 0.51% | - |
| HSV(B) | 11.94º | 0.86% | 0.89% | - |
| XYZ | 34.51 | 21.1 | 3.62 | - |
| YUV | 113.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 71 | 32 | 0 | 0.69 | 0.86 | 0.11 | 11.94 | 0.78 | 0.51 |
| Hex | E4 | 47 | 20 | 0 | 45 | 56 | B | C | 4E | 33 |
| Octal | 344 | 107 | 40 | 0 | 105 | 126 | 13 | 14 | 116 | 63 |
| Binary | 11100100 | 1000111 | 100000 | 0 | 1000101 | 1010110 | 1011 | 1100 | 1001110 | 110011 |
Color Harmonies of #E44720
Complementary color
Monochromatic Colors of #E44720
Black with #E44720
Text Example
Text Example
White with #E44720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44720; }
p { color: rgb(228,71,32); }
H1.HeaderClassName
{
color: #E44720;
}
.AnyTagClassName
{
color: #E44720;
}
</style>
background-color css
<style>
a { background-color: #E44720; }
a { background-color: rgb(228,71,32); }
div.DivClassName
{
background-color: #E44720;
}
.BgClassName
{
background-color: #E44720;
}
</style>
border-color css
<style>
span { border-color: #E44720; }
span { border-color: rgb(228,71,32); }
td.TdClassName
{
border-color: #E44720;
}
.TagClassName
{
border-color: #E44720;
}
</style>