Shades of Cinnabar #E44827
Tints of Cinnabar #E44827
RGB
CMYK
RGB Variations
Color information
#E44827 (or 0xE44827) is known color: Cinnabar. HEX triplet: E4, 48 and 27. RGB value is (228,72,39). Sum of RGB (Red+Green+Blue) = 228+72+39=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E44827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44827 is #1BB7D8. Grayscale: #737373. Windows color (decimal): -1816537 or 2574564. OLE color: 2574564.
HSL color Cylindrical-coordinate representation of color #E44827: hue angle of 10.48º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E44827 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 39 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.11 |
| HSL | 10.48º | 0.78% | 0.52% | - |
| HSV(B) | 10.48º | 0.83% | 0.89% | - |
| XYZ | 34.68 | 21.28 | 4.2 | - |
| YUV | 114.88 | 85.18 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 39 | 0 | 0.68 | 0.83 | 0.11 | 10.48 | 0.78 | 0.52 |
| Hex | E4 | 48 | 27 | 0 | 44 | 53 | B | A | 4E | 34 |
| Octal | 344 | 110 | 47 | 0 | 104 | 123 | 13 | 12 | 116 | 64 |
| Binary | 11100100 | 1001000 | 100111 | 0 | 1000100 | 1010011 | 1011 | 1010 | 1001110 | 110100 |
Color Harmonies of #E44827
Complementary color
Monochromatic Colors of #E44827
Black with #E44827
Text Example
Text Example
White with #E44827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44827; }
p { color: rgb(228,72,39); }
H1.HeaderClassName
{
color: #E44827;
}
.AnyTagClassName
{
color: #E44827;
}
</style>
background-color css
<style>
a { background-color: #E44827; }
a { background-color: rgb(228,72,39); }
div.DivClassName
{
background-color: #E44827;
}
.BgClassName
{
background-color: #E44827;
}
</style>
border-color css
<style>
span { border-color: #E44827; }
span { border-color: rgb(228,72,39); }
td.TdClassName
{
border-color: #E44827;
}
.TagClassName
{
border-color: #E44827;
}
</style>