Shades of Cinnabar #E44E2F
Tints of Cinnabar #E44E2F
RGB
CMYK
RGB Variations
Color information
#E44E2F (or 0xE44E2F) is known color: Cinnabar. HEX triplet: E4, 4E and 2F. RGB value is (228,78,47). Sum of RGB (Red+Green+Blue) = 228+78+47=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44E2F is #1BB1D0. Grayscale: #777777. Windows color (decimal): -1814993 or 3100388. OLE color: 3100388.
HSL color Cylindrical-coordinate representation of color #E44E2F: hue angle of 10.28º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E44E2F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 47 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.11 |
| HSL | 10.28º | 0.77% | 0.54% | - |
| HSV(B) | 10.28º | 0.79% | 0.89% | - |
| XYZ | 35.23 | 22.15 | 5.11 | - |
| YUV | 119.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 47 | 0 | 0.66 | 0.79 | 0.11 | 10.28 | 0.77 | 0.54 |
| Hex | E4 | 4E | 2F | 0 | 42 | 4F | B | A | 4D | 36 |
| Octal | 344 | 116 | 57 | 0 | 102 | 117 | 13 | 12 | 115 | 66 |
| Binary | 11100100 | 1001110 | 101111 | 0 | 1000010 | 1001111 | 1011 | 1010 | 1001101 | 110110 |
Color Harmonies of #E44E2F
Complementary color
Monochromatic Colors of #E44E2F
Black with #E44E2F
Text Example
Text Example
White with #E44E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44E2F; }
p { color: rgb(228,78,47); }
H1.HeaderClassName
{
color: #E44E2F;
}
.AnyTagClassName
{
color: #E44E2F;
}
</style>
background-color css
<style>
a { background-color: #E44E2F; }
a { background-color: rgb(228,78,47); }
div.DivClassName
{
background-color: #E44E2F;
}
.BgClassName
{
background-color: #E44E2F;
}
</style>
border-color css
<style>
span { border-color: #E44E2F; }
span { border-color: rgb(228,78,47); }
td.TdClassName
{
border-color: #E44E2F;
}
.TagClassName
{
border-color: #E44E2F;
}
</style>