Shades of Cinnabar #E34838
Tints of Cinnabar #E34838
RGB
CMYK
RGB Variations
Color information
#E34838 (or 0xE34838) is known color: Cinnabar. HEX triplet: E3, 48 and 38. RGB value is (227,72,56). Sum of RGB (Red+Green+Blue) = 227+72+56=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E34838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34838 is #1CB7C7. Grayscale: #747474. Windows color (decimal): -1882056 or 3688675. OLE color: 3688675.
HSL color Cylindrical-coordinate representation of color #E34838: hue angle of 5.61º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E34838 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 56 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.11 |
| HSL | 5.61º | 0.75% | 0.55% | - |
| HSV(B) | 5.61º | 0.75% | 0.89% | - |
| XYZ | 34.71 | 21.25 | 6.01 | - |
| YUV | 116.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 56 | 0 | 0.68 | 0.75 | 0.11 | 5.61 | 0.75 | 0.55 |
| Hex | E3 | 48 | 38 | 0 | 44 | 4B | B | 6 | 4B | 37 |
| Octal | 343 | 110 | 70 | 0 | 104 | 113 | 13 | 6 | 113 | 67 |
| Binary | 11100011 | 1001000 | 111000 | 0 | 1000100 | 1001011 | 1011 | 110 | 1001011 | 110111 |
Color Harmonies of #E34838
Complementary color
Monochromatic Colors of #E34838
Black with #E34838
Text Example
Text Example
White with #E34838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34838; }
p { color: rgb(227,72,56); }
H1.HeaderClassName
{
color: #E34838;
}
.AnyTagClassName
{
color: #E34838;
}
</style>
background-color css
<style>
a { background-color: #E34838; }
a { background-color: rgb(227,72,56); }
div.DivClassName
{
background-color: #E34838;
}
.BgClassName
{
background-color: #E34838;
}
</style>
border-color css
<style>
span { border-color: #E34838; }
span { border-color: rgb(227,72,56); }
td.TdClassName
{
border-color: #E34838;
}
.TagClassName
{
border-color: #E34838;
}
</style>