Shades of Cinnabar #E34848
Tints of Cinnabar #E34848
RGB
CMYK
RGB Variations
Color information
#E34848 (or 0xE34848) is known color: Cinnabar. HEX triplet: E3, 48 and 48. RGB value is (227,72,72). Sum of RGB (Red+Green+Blue) = 227+72+72=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E34848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34848 is #1CB7B7. Grayscale: #767676. Windows color (decimal): -1882040 or 4737251. OLE color: 4737251.
HSL color Cylindrical-coordinate representation of color #E34848: hue angle of 0º degrees, saturation: 0.73, 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 #E34848 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 72 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.11 |
| HSL | 0º | 0.73% | 0.59% | - |
| HSV(B) | 0º | 0.68% | 0.89% | - |
| XYZ | 35.17 | 21.43 | 8.41 | - |
| YUV | 118.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 72 | 0 | 0.68 | 0.68 | 0.11 | 0 | 0.73 | 0.59 |
| Hex | E3 | 48 | 48 | 0 | 44 | 44 | B | 0 | 49 | 3B |
| Octal | 343 | 110 | 110 | 0 | 104 | 104 | 13 | 0 | 111 | 73 |
| Binary | 11100011 | 1001000 | 1001000 | 0 | 1000100 | 1000100 | 1011 | 0 | 1001001 | 111011 |
Color Harmonies of #E34848
Complementary color
Monochromatic Colors of #E34848
Black with #E34848
Text Example
Text Example
White with #E34848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34848; }
p { color: rgb(227,72,72); }
H1.HeaderClassName
{
color: #E34848;
}
.AnyTagClassName
{
color: #E34848;
}
</style>
background-color css
<style>
a { background-color: #E34848; }
a { background-color: rgb(227,72,72); }
div.DivClassName
{
background-color: #E34848;
}
.BgClassName
{
background-color: #E34848;
}
</style>
border-color css
<style>
span { border-color: #E34848; }
span { border-color: rgb(227,72,72); }
td.TdClassName
{
border-color: #E34848;
}
.TagClassName
{
border-color: #E34848;
}
</style>