Shades of Cinnabar #E34C1C
Tints of Cinnabar #E34C1C
RGB
CMYK
RGB Variations
Color information
#E34C1C (or 0xE34C1C) is known color: Cinnabar. HEX triplet: E3, 4C and 1C. RGB value is (227,76,28). Sum of RGB (Red+Green+Blue) = 227+76+28=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C1C is #1CB3E3. Grayscale: #747474. Windows color (decimal): -1881060 or 1854691. OLE color: 1854691.
HSL color Cylindrical-coordinate representation of color #E34C1C: hue angle of 14.47º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E34C1C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.11 |
| HSL | 14.47º | 0.78% | 0.5% | - |
| HSV(B) | 14.47º | 0.88% | 0.89% | - |
| XYZ | 34.47 | 21.58 | 3.45 | - |
| YUV | 115.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 28 | 0 | 0.67 | 0.88 | 0.11 | 14.47 | 0.78 | 0.5 |
| Hex | E3 | 4C | 1C | 0 | 43 | 58 | B | E | 4E | 32 |
| Octal | 343 | 114 | 34 | 0 | 103 | 130 | 13 | 16 | 116 | 62 |
| Binary | 11100011 | 1001100 | 11100 | 0 | 1000011 | 1011000 | 1011 | 1110 | 1001110 | 110010 |
Color Harmonies of #E34C1C
Complementary color
Monochromatic Colors of #E34C1C
Black with #E34C1C
Text Example
Text Example
White with #E34C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C1C; }
p { color: rgb(227,76,28); }
H1.HeaderClassName
{
color: #E34C1C;
}
.AnyTagClassName
{
color: #E34C1C;
}
</style>
background-color css
<style>
a { background-color: #E34C1C; }
a { background-color: rgb(227,76,28); }
div.DivClassName
{
background-color: #E34C1C;
}
.BgClassName
{
background-color: #E34C1C;
}
</style>
border-color css
<style>
span { border-color: #E34C1C; }
span { border-color: rgb(227,76,28); }
td.TdClassName
{
border-color: #E34C1C;
}
.TagClassName
{
border-color: #E34C1C;
}
</style>