Shades of Cinnabar #E34331
Tints of Cinnabar #E34331
RGB
CMYK
RGB Variations
Color information
#E34331 (or 0xE34331) is known color: Cinnabar. HEX triplet: E3, 43 and 31. RGB value is (227,67,49). Sum of RGB (Red+Green+Blue) = 227+67+49=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E34331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34331 is #1CBCCE. Grayscale: #717171. Windows color (decimal): -1883343 or 3228643. OLE color: 3228643.
HSL color Cylindrical-coordinate representation of color #E34331: hue angle of 6.07º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E34331 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 49 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.11 |
| HSL | 6.07º | 0.76% | 0.54% | - |
| HSV(B) | 6.07º | 0.78% | 0.89% | - |
| XYZ | 34.24 | 20.57 | 5.07 | - |
| YUV | 112.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 49 | 0 | 0.70 | 0.78 | 0.11 | 6.07 | 0.76 | 0.54 |
| Hex | E3 | 43 | 31 | 0 | 46 | 4E | B | 6 | 4C | 36 |
| Octal | 343 | 103 | 61 | 0 | 106 | 116 | 13 | 6 | 114 | 66 |
| Binary | 11100011 | 1000011 | 110001 | 0 | 1000110 | 1001110 | 1011 | 110 | 1001100 | 110110 |
Color Harmonies of #E34331
Complementary color
Monochromatic Colors of #E34331
Black with #E34331
Text Example
Text Example
White with #E34331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34331; }
p { color: rgb(227,67,49); }
H1.HeaderClassName
{
color: #E34331;
}
.AnyTagClassName
{
color: #E34331;
}
</style>
background-color css
<style>
a { background-color: #E34331; }
a { background-color: rgb(227,67,49); }
div.DivClassName
{
background-color: #E34331;
}
.BgClassName
{
background-color: #E34331;
}
</style>
border-color css
<style>
span { border-color: #E34331; }
span { border-color: rgb(227,67,49); }
td.TdClassName
{
border-color: #E34331;
}
.TagClassName
{
border-color: #E34331;
}
</style>