Shades of Cinnabar #E44640
Tints of Cinnabar #E44640
RGB
CMYK
RGB Variations
Color information
#E44640 (or 0xE44640) is known color: Cinnabar. HEX triplet: E4, 46 and 40. RGB value is (228,70,64). Sum of RGB (Red+Green+Blue) = 228+70+64=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E44640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44640 is #1BB9BF. Grayscale: #747474. Windows color (decimal): -1817024 or 4212452. OLE color: 4212452.
HSL color Cylindrical-coordinate representation of color #E44640: hue angle of 2.2º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E44640 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 64 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.11 |
| HSL | 2.2º | 0.75% | 0.57% | - |
| HSV(B) | 2.2º | 0.72% | 0.89% | - |
| XYZ | 35.11 | 21.24 | 7.1 | - |
| YUV | 116.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 64 | 0 | 0.69 | 0.72 | 0.11 | 2.2 | 0.75 | 0.57 |
| Hex | E4 | 46 | 40 | 0 | 45 | 48 | B | 2 | 4B | 39 |
| Octal | 344 | 106 | 100 | 0 | 105 | 110 | 13 | 2 | 113 | 71 |
| Binary | 11100100 | 1000110 | 1000000 | 0 | 1000101 | 1001000 | 1011 | 10 | 1001011 | 111001 |
Color Harmonies of #E44640
Complementary color
Monochromatic Colors of #E44640
Black with #E44640
Text Example
Text Example
White with #E44640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44640; }
p { color: rgb(228,70,64); }
H1.HeaderClassName
{
color: #E44640;
}
.AnyTagClassName
{
color: #E44640;
}
</style>
background-color css
<style>
a { background-color: #E44640; }
a { background-color: rgb(228,70,64); }
div.DivClassName
{
background-color: #E44640;
}
.BgClassName
{
background-color: #E44640;
}
</style>
border-color css
<style>
span { border-color: #E44640; }
span { border-color: rgb(228,70,64); }
td.TdClassName
{
border-color: #E44640;
}
.TagClassName
{
border-color: #E44640;
}
</style>