Shades of Cinnabar #E44A37
Tints of Cinnabar #E44A37
RGB
CMYK
RGB Variations
Color information
#E44A37 (or 0xE44A37) is known color: Cinnabar. HEX triplet: E4, 4A and 37. RGB value is (228,74,55). Sum of RGB (Red+Green+Blue) = 228+74+55=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44A37 is #1BB5C8. Grayscale: #767676. Windows color (decimal): -1816009 or 3623652. OLE color: 3623652.
HSL color Cylindrical-coordinate representation of color #E44A37: hue angle of 6.59º 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 #E44A37 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 55 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.11 |
| HSL | 6.59º | 0.76% | 0.55% | - |
| HSV(B) | 6.59º | 0.76% | 0.89% | - |
| XYZ | 35.13 | 21.67 | 5.94 | - |
| YUV | 117.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 55 | 0 | 0.68 | 0.76 | 0.11 | 6.59 | 0.76 | 0.55 |
| Hex | E4 | 4A | 37 | 0 | 44 | 4C | B | 7 | 4C | 37 |
| Octal | 344 | 112 | 67 | 0 | 104 | 114 | 13 | 7 | 114 | 67 |
| Binary | 11100100 | 1001010 | 110111 | 0 | 1000100 | 1001100 | 1011 | 111 | 1001100 | 110111 |
Color Harmonies of #E44A37
Complementary color
Monochromatic Colors of #E44A37
Black with #E44A37
Text Example
Text Example
White with #E44A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A37; }
p { color: rgb(228,74,55); }
H1.HeaderClassName
{
color: #E44A37;
}
.AnyTagClassName
{
color: #E44A37;
}
</style>
background-color css
<style>
a { background-color: #E44A37; }
a { background-color: rgb(228,74,55); }
div.DivClassName
{
background-color: #E44A37;
}
.BgClassName
{
background-color: #E44A37;
}
</style>
border-color css
<style>
span { border-color: #E44A37; }
span { border-color: rgb(228,74,55); }
td.TdClassName
{
border-color: #E44A37;
}
.TagClassName
{
border-color: #E44A37;
}
</style>