Shades of Cinnabar #E44948
Tints of Cinnabar #E44948
RGB
CMYK
RGB Variations
Color information
#E44948 (or 0xE44948) is known color: Cinnabar. HEX triplet: E4, 49 and 48. RGB value is (228,73,72). Sum of RGB (Red+Green+Blue) = 228+73+72=373 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.13% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 228 - color contains mainly: red. Hex color #E44948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44948 is #1BB6B7. Grayscale: #777777. Windows color (decimal): -1816248 or 4737508. OLE color: 4737508.
HSL color Cylindrical-coordinate representation of color #E44948: hue angle of 0.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44948 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 72 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.11 |
| HSL | 0.38º | 0.74% | 0.59% | - |
| HSV(B) | 0.38º | 0.68% | 0.89% | - |
| XYZ | 35.55 | 21.73 | 8.45 | - |
| YUV | 119.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 72 | 0 | 0.68 | 0.68 | 0.11 | 0.38 | 0.74 | 0.59 |
| Hex | E4 | 49 | 48 | 0 | 44 | 44 | B | 0 | 4A | 3B |
| Octal | 344 | 111 | 110 | 0 | 104 | 104 | 13 | 0 | 112 | 73 |
| Binary | 11100100 | 1001001 | 1001000 | 0 | 1000100 | 1000100 | 1011 | 0 | 1001010 | 111011 |
Color Harmonies of #E44948
Complementary color
Monochromatic Colors of #E44948
Black with #E44948
Text Example
Text Example
White with #E44948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44948; }
p { color: rgb(228,73,72); }
H1.HeaderClassName
{
color: #E44948;
}
.AnyTagClassName
{
color: #E44948;
}
</style>
background-color css
<style>
a { background-color: #E44948; }
a { background-color: rgb(228,73,72); }
div.DivClassName
{
background-color: #E44948;
}
.BgClassName
{
background-color: #E44948;
}
</style>
border-color css
<style>
span { border-color: #E44948; }
span { border-color: rgb(228,73,72); }
td.TdClassName
{
border-color: #E44948;
}
.TagClassName
{
border-color: #E44948;
}
</style>