Shades of Cinnabar #E44035
Tints of Cinnabar #E44035
RGB
CMYK
RGB Variations
Color information
#E44035 (or 0xE44035) is known color: Cinnabar. HEX triplet: E4, 40 and 35. RGB value is (228,64,53). Sum of RGB (Red+Green+Blue) = 228+64+53=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E44035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44035 is #1BBFCA. Grayscale: #6F6F6F. Windows color (decimal): -1818571 or 3490020. OLE color: 3490020.
HSL color Cylindrical-coordinate representation of color #E44035: hue angle of 3.77º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E44035 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 53 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.11 |
| HSL | 3.77º | 0.76% | 0.55% | - |
| HSV(B) | 3.77º | 0.77% | 0.89% | - |
| XYZ | 34.47 | 20.42 | 5.49 | - |
| YUV | 111.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 53 | 0 | 0.72 | 0.77 | 0.11 | 3.77 | 0.76 | 0.55 |
| Hex | E4 | 40 | 35 | 0 | 48 | 4D | B | 4 | 4C | 37 |
| Octal | 344 | 100 | 65 | 0 | 110 | 115 | 13 | 4 | 114 | 67 |
| Binary | 11100100 | 1000000 | 110101 | 0 | 1001000 | 1001101 | 1011 | 100 | 1001100 | 110111 |
Color Harmonies of #E44035
Complementary color
Monochromatic Colors of #E44035
Black with #E44035
Text Example
Text Example
White with #E44035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44035; }
p { color: rgb(228,64,53); }
H1.HeaderClassName
{
color: #E44035;
}
.AnyTagClassName
{
color: #E44035;
}
</style>
background-color css
<style>
a { background-color: #E44035; }
a { background-color: rgb(228,64,53); }
div.DivClassName
{
background-color: #E44035;
}
.BgClassName
{
background-color: #E44035;
}
</style>
border-color css
<style>
span { border-color: #E44035; }
span { border-color: rgb(228,64,53); }
td.TdClassName
{
border-color: #E44035;
}
.TagClassName
{
border-color: #E44035;
}
</style>