Shades of Cinnabar #E44D27
Tints of Cinnabar #E44D27
RGB
CMYK
RGB Variations
Color information
#E44D27 (or 0xE44D27) is known color: Cinnabar. HEX triplet: E4, 4D and 27. RGB value is (228,77,39). Sum of RGB (Red+Green+Blue) = 228+77+39=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D27 is #1BB2D8. Grayscale: #767676. Windows color (decimal): -1815257 or 2575844. OLE color: 2575844.
HSL color Cylindrical-coordinate representation of color #E44D27: hue angle of 12.06º 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 #E44D27 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 39 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.11 |
| HSL | 12.06º | 0.78% | 0.52% | - |
| HSV(B) | 12.06º | 0.83% | 0.89% | - |
| XYZ | 35.02 | 21.95 | 4.31 | - |
| YUV | 117.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 39 | 0 | 0.66 | 0.83 | 0.11 | 12.06 | 0.78 | 0.52 |
| Hex | E4 | 4D | 27 | 0 | 42 | 53 | B | C | 4E | 34 |
| Octal | 344 | 115 | 47 | 0 | 102 | 123 | 13 | 14 | 116 | 64 |
| Binary | 11100100 | 1001101 | 100111 | 0 | 1000010 | 1010011 | 1011 | 1100 | 1001110 | 110100 |
Color Harmonies of #E44D27
Complementary color
Monochromatic Colors of #E44D27
Black with #E44D27
Text Example
Text Example
White with #E44D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D27; }
p { color: rgb(228,77,39); }
H1.HeaderClassName
{
color: #E44D27;
}
.AnyTagClassName
{
color: #E44D27;
}
</style>
background-color css
<style>
a { background-color: #E44D27; }
a { background-color: rgb(228,77,39); }
div.DivClassName
{
background-color: #E44D27;
}
.BgClassName
{
background-color: #E44D27;
}
</style>
border-color css
<style>
span { border-color: #E44D27; }
span { border-color: rgb(228,77,39); }
td.TdClassName
{
border-color: #E44D27;
}
.TagClassName
{
border-color: #E44D27;
}
</style>