Shades of Cinnabar #E44D37
Tints of Cinnabar #E44D37
RGB
CMYK
RGB Variations
Color information
#E44D37 (or 0xE44D37) is known color: Cinnabar. HEX triplet: E4, 4D and 37. RGB value is (228,77,55). Sum of RGB (Red+Green+Blue) = 228+77+55=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D37 is #1BB2C8. Grayscale: #777777. Windows color (decimal): -1815241 or 3624420. OLE color: 3624420.
HSL color Cylindrical-coordinate representation of color #E44D37: hue angle of 7.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E44D37 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 55 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.11 |
| HSL | 7.63º | 0.76% | 0.55% | - |
| HSV(B) | 7.63º | 0.76% | 0.89% | - |
| XYZ | 35.34 | 22.08 | 6.01 | - |
| YUV | 119.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 55 | 0 | 0.66 | 0.76 | 0.11 | 7.63 | 0.76 | 0.55 |
| Hex | E4 | 4D | 37 | 0 | 42 | 4C | B | 8 | 4C | 37 |
| Octal | 344 | 115 | 67 | 0 | 102 | 114 | 13 | 10 | 114 | 67 |
| Binary | 11100100 | 1001101 | 110111 | 0 | 1000010 | 1001100 | 1011 | 1000 | 1001100 | 110111 |
Color Harmonies of #E44D37
Complementary color
Monochromatic Colors of #E44D37
Black with #E44D37
Text Example
Text Example
White with #E44D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D37; }
p { color: rgb(228,77,55); }
H1.HeaderClassName
{
color: #E44D37;
}
.AnyTagClassName
{
color: #E44D37;
}
</style>
background-color css
<style>
a { background-color: #E44D37; }
a { background-color: rgb(228,77,55); }
div.DivClassName
{
background-color: #E44D37;
}
.BgClassName
{
background-color: #E44D37;
}
</style>
border-color css
<style>
span { border-color: #E44D37; }
span { border-color: rgb(228,77,55); }
td.TdClassName
{
border-color: #E44D37;
}
.TagClassName
{
border-color: #E44D37;
}
</style>