Shades of Cinnabar #E44128
Tints of Cinnabar #E44128
RGB
CMYK
RGB Variations
Color information
#E44128 (or 0xE44128) is known color: Cinnabar. HEX triplet: E4, 41 and 28. RGB value is (228,65,40). Sum of RGB (Red+Green+Blue) = 228+65+40=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E44128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44128 is #1BBED7. Grayscale: #6F6F6F. Windows color (decimal): -1818328 or 2638308. OLE color: 2638308.
HSL color Cylindrical-coordinate representation of color #E44128: hue angle of 7.98º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E44128 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.11 |
| HSL | 7.98º | 0.78% | 0.53% | - |
| HSV(B) | 7.98º | 0.82% | 0.89% | - |
| XYZ | 34.27 | 20.43 | 4.14 | - |
| YUV | 110.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 40 | 0 | 0.71 | 0.82 | 0.11 | 7.98 | 0.78 | 0.53 |
| Hex | E4 | 41 | 28 | 0 | 47 | 52 | B | 8 | 4E | 35 |
| Octal | 344 | 101 | 50 | 0 | 107 | 122 | 13 | 10 | 116 | 65 |
| Binary | 11100100 | 1000001 | 101000 | 0 | 1000111 | 1010010 | 1011 | 1000 | 1001110 | 110101 |
Color Harmonies of #E44128
Complementary color
Monochromatic Colors of #E44128
Black with #E44128
Text Example
Text Example
White with #E44128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44128; }
p { color: rgb(228,65,40); }
H1.HeaderClassName
{
color: #E44128;
}
.AnyTagClassName
{
color: #E44128;
}
</style>
background-color css
<style>
a { background-color: #E44128; }
a { background-color: rgb(228,65,40); }
div.DivClassName
{
background-color: #E44128;
}
.BgClassName
{
background-color: #E44128;
}
</style>
border-color css
<style>
span { border-color: #E44128; }
span { border-color: rgb(228,65,40); }
td.TdClassName
{
border-color: #E44128;
}
.TagClassName
{
border-color: #E44128;
}
</style>