Shades of Cinnabar #E44521
Tints of Cinnabar #E44521
RGB
CMYK
RGB Variations
Color information
#E44521 (or 0xE44521) is known color: Cinnabar. HEX triplet: E4, 45 and 21. RGB value is (228,69,33). Sum of RGB (Red+Green+Blue) = 228+69+33=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E44521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44521 is #1BBADE. Grayscale: #707070. Windows color (decimal): -1817311 or 2180580. OLE color: 2180580.
HSL color Cylindrical-coordinate representation of color #E44521: hue angle of 11.08º 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 #E44521 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 33 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.11 |
| HSL | 11.08º | 0.78% | 0.51% | - |
| HSV(B) | 11.08º | 0.86% | 0.89% | - |
| XYZ | 34.4 | 20.86 | 3.65 | - |
| YUV | 112.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 33 | 0 | 0.70 | 0.86 | 0.11 | 11.08 | 0.78 | 0.51 |
| Hex | E4 | 45 | 21 | 0 | 46 | 56 | B | B | 4E | 33 |
| Octal | 344 | 105 | 41 | 0 | 106 | 126 | 13 | 13 | 116 | 63 |
| Binary | 11100100 | 1000101 | 100001 | 0 | 1000110 | 1010110 | 1011 | 1011 | 1001110 | 110011 |
Color Harmonies of #E44521
Complementary color
Monochromatic Colors of #E44521
Black with #E44521
Text Example
Text Example
White with #E44521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44521; }
p { color: rgb(228,69,33); }
H1.HeaderClassName
{
color: #E44521;
}
.AnyTagClassName
{
color: #E44521;
}
</style>
background-color css
<style>
a { background-color: #E44521; }
a { background-color: rgb(228,69,33); }
div.DivClassName
{
background-color: #E44521;
}
.BgClassName
{
background-color: #E44521;
}
</style>
border-color css
<style>
span { border-color: #E44521; }
span { border-color: rgb(228,69,33); }
td.TdClassName
{
border-color: #E44521;
}
.TagClassName
{
border-color: #E44521;
}
</style>