Shades of Cinnabar #E34343
Tints of Cinnabar #E34343
RGB
CMYK
RGB Variations
Color information
#E34343 (or 0xE34343) is known color: Cinnabar. HEX triplet: E3, 43 and 43. RGB value is (227,67,67). Sum of RGB (Red+Green+Blue) = 227+67+67=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E34343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34343 is #1CBCBC. Grayscale: #737373. Windows color (decimal): -1883325 or 4408291. OLE color: 4408291.
HSL color Cylindrical-coordinate representation of color #E34343: hue angle of 0º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34343 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 67 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.11 |
| HSL | 0º | 0.74% | 0.58% | - |
| HSV(B) | 0º | 0.7% | 0.89% | - |
| XYZ | 34.7 | 20.75 | 7.49 | - |
| YUV | 114.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 67 | 0 | 0.70 | 0.70 | 0.11 | 0 | 0.74 | 0.58 |
| Hex | E3 | 43 | 43 | 0 | 46 | 46 | B | 0 | 4A | 3A |
| Octal | 343 | 103 | 103 | 0 | 106 | 106 | 13 | 0 | 112 | 72 |
| Binary | 11100011 | 1000011 | 1000011 | 0 | 1000110 | 1000110 | 1011 | 0 | 1001010 | 111010 |
Color Harmonies of #E34343
Complementary color
Monochromatic Colors of #E34343
Black with #E34343
Text Example
Text Example
White with #E34343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34343; }
p { color: rgb(227,67,67); }
H1.HeaderClassName
{
color: #E34343;
}
.AnyTagClassName
{
color: #E34343;
}
</style>
background-color css
<style>
a { background-color: #E34343; }
a { background-color: rgb(227,67,67); }
div.DivClassName
{
background-color: #E34343;
}
.BgClassName
{
background-color: #E34343;
}
</style>
border-color css
<style>
span { border-color: #E34343; }
span { border-color: rgb(227,67,67); }
td.TdClassName
{
border-color: #E34343;
}
.TagClassName
{
border-color: #E34343;
}
</style>