Shades of Cinnabar #E44946
Tints of Cinnabar #E44946
RGB
CMYK
RGB Variations
Color information
#E44946 (or 0xE44946) is known color: Cinnabar. HEX triplet: E4, 49 and 46. RGB value is (228,73,70). Sum of RGB (Red+Green+Blue) = 228+73+70=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E44946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44946 is #1BB6B9. Grayscale: #777777. Windows color (decimal): -1816250 or 4606436. OLE color: 4606436.
HSL color Cylindrical-coordinate representation of color #E44946: hue angle of 1.14º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44946 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 70 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.11 |
| HSL | 1.14º | 0.75% | 0.58% | - |
| HSV(B) | 1.14º | 0.69% | 0.89% | - |
| XYZ | 35.48 | 21.7 | 8.11 | - |
| YUV | 119 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 70 | 0 | 0.68 | 0.69 | 0.11 | 1.14 | 0.75 | 0.58 |
| Hex | E4 | 49 | 46 | 0 | 44 | 45 | B | 1 | 4B | 3A |
| Octal | 344 | 111 | 106 | 0 | 104 | 105 | 13 | 1 | 113 | 72 |
| Binary | 11100100 | 1001001 | 1000110 | 0 | 1000100 | 1000101 | 1011 | 1 | 1001011 | 111010 |
Color Harmonies of #E44946
Complementary color
Monochromatic Colors of #E44946
Black with #E44946
Text Example
Text Example
White with #E44946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44946; }
p { color: rgb(228,73,70); }
H1.HeaderClassName
{
color: #E44946;
}
.AnyTagClassName
{
color: #E44946;
}
</style>
background-color css
<style>
a { background-color: #E44946; }
a { background-color: rgb(228,73,70); }
div.DivClassName
{
background-color: #E44946;
}
.BgClassName
{
background-color: #E44946;
}
</style>
border-color css
<style>
span { border-color: #E44946; }
span { border-color: rgb(228,73,70); }
td.TdClassName
{
border-color: #E44946;
}
.TagClassName
{
border-color: #E44946;
}
</style>