Shades of Cinnabar #E34C2F
Tints of Cinnabar #E34C2F
RGB
CMYK
RGB Variations
Color information
#E34C2F (or 0xE34C2F) is known color: Cinnabar. HEX triplet: E3, 4C and 2F. RGB value is (227,76,47). Sum of RGB (Red+Green+Blue) = 227+76+47=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C2F is #1CB3D0. Grayscale: #767676. Windows color (decimal): -1881041 or 3099875. OLE color: 3099875.
HSL color Cylindrical-coordinate representation of color #E34C2F: hue angle of 9.67º degrees, saturation: 0.76, 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 #E34C2F is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 47 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.11 |
| HSL | 9.67º | 0.76% | 0.54% | - |
| HSV(B) | 9.67º | 0.79% | 0.89% | - |
| XYZ | 34.78 | 21.71 | 5.05 | - |
| YUV | 117.84 | 88.03 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 47 | 0 | 0.67 | 0.79 | 0.11 | 9.67 | 0.76 | 0.54 |
| Hex | E3 | 4C | 2F | 0 | 43 | 4F | B | A | 4C | 36 |
| Octal | 343 | 114 | 57 | 0 | 103 | 117 | 13 | 12 | 114 | 66 |
| Binary | 11100011 | 1001100 | 101111 | 0 | 1000011 | 1001111 | 1011 | 1010 | 1001100 | 110110 |
Color Harmonies of #E34C2F
Complementary color
Monochromatic Colors of #E34C2F
Black with #E34C2F
Text Example
Text Example
White with #E34C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C2F; }
p { color: rgb(227,76,47); }
H1.HeaderClassName
{
color: #E34C2F;
}
.AnyTagClassName
{
color: #E34C2F;
}
</style>
background-color css
<style>
a { background-color: #E34C2F; }
a { background-color: rgb(227,76,47); }
div.DivClassName
{
background-color: #E34C2F;
}
.BgClassName
{
background-color: #E34C2F;
}
</style>
border-color css
<style>
span { border-color: #E34C2F; }
span { border-color: rgb(227,76,47); }
td.TdClassName
{
border-color: #E34C2F;
}
.TagClassName
{
border-color: #E34C2F;
}
</style>