Shades of Cinnabar #E34C30
Tints of Cinnabar #E34C30
RGB
CMYK
RGB Variations
Color information
#E34C30 (or 0xE34C30) is known color: Cinnabar. HEX triplet: E3, 4C and 30. RGB value is (227,76,48). Sum of RGB (Red+Green+Blue) = 227+76+48=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C30 is #1CB3CF. Grayscale: #767676. Windows color (decimal): -1881040 or 3165411. OLE color: 3165411.
HSL color Cylindrical-coordinate representation of color #E34C30: hue angle of 9.39º 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 #E34C30 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 48 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.11 |
| HSL | 9.39º | 0.76% | 0.54% | - |
| HSV(B) | 9.39º | 0.79% | 0.89% | - |
| XYZ | 34.8 | 21.71 | 5.15 | - |
| YUV | 117.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 48 | 0 | 0.67 | 0.79 | 0.11 | 9.39 | 0.76 | 0.54 |
| Hex | E3 | 4C | 30 | 0 | 43 | 4F | B | 9 | 4C | 36 |
| Octal | 343 | 114 | 60 | 0 | 103 | 117 | 13 | 11 | 114 | 66 |
| Binary | 11100011 | 1001100 | 110000 | 0 | 1000011 | 1001111 | 1011 | 1001 | 1001100 | 110110 |
Color Harmonies of #E34C30
Complementary color
Monochromatic Colors of #E34C30
Black with #E34C30
Text Example
Text Example
White with #E34C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C30; }
p { color: rgb(227,76,48); }
H1.HeaderClassName
{
color: #E34C30;
}
.AnyTagClassName
{
color: #E34C30;
}
</style>
background-color css
<style>
a { background-color: #E34C30; }
a { background-color: rgb(227,76,48); }
div.DivClassName
{
background-color: #E34C30;
}
.BgClassName
{
background-color: #E34C30;
}
</style>
border-color css
<style>
span { border-color: #E34C30; }
span { border-color: rgb(227,76,48); }
td.TdClassName
{
border-color: #E34C30;
}
.TagClassName
{
border-color: #E34C30;
}
</style>