Shades of Cinnabar #E34532
Tints of Cinnabar #E34532
RGB
CMYK
RGB Variations
Color information
#E34532 (or 0xE34532) is known color: Cinnabar. HEX triplet: E3, 45 and 32. RGB value is (227,69,50). Sum of RGB (Red+Green+Blue) = 227+69+50=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E34532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34532 is #1CBACD. Grayscale: #727272. Windows color (decimal): -1882830 or 3294691. OLE color: 3294691.
HSL color Cylindrical-coordinate representation of color #E34532: hue angle of 6.44º 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 #E34532 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 50 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.11 |
| HSL | 6.44º | 0.76% | 0.54% | - |
| HSV(B) | 6.44º | 0.78% | 0.89% | - |
| XYZ | 34.38 | 20.82 | 5.22 | - |
| YUV | 114.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 50 | 0 | 0.70 | 0.78 | 0.11 | 6.44 | 0.76 | 0.54 |
| Hex | E3 | 45 | 32 | 0 | 46 | 4E | B | 6 | 4C | 36 |
| Octal | 343 | 105 | 62 | 0 | 106 | 116 | 13 | 6 | 114 | 66 |
| Binary | 11100011 | 1000101 | 110010 | 0 | 1000110 | 1001110 | 1011 | 110 | 1001100 | 110110 |
Color Harmonies of #E34532
Complementary color
Monochromatic Colors of #E34532
Black with #E34532
Text Example
Text Example
White with #E34532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34532; }
p { color: rgb(227,69,50); }
H1.HeaderClassName
{
color: #E34532;
}
.AnyTagClassName
{
color: #E34532;
}
</style>
background-color css
<style>
a { background-color: #E34532; }
a { background-color: rgb(227,69,50); }
div.DivClassName
{
background-color: #E34532;
}
.BgClassName
{
background-color: #E34532;
}
</style>
border-color css
<style>
span { border-color: #E34532; }
span { border-color: rgb(227,69,50); }
td.TdClassName
{
border-color: #E34532;
}
.TagClassName
{
border-color: #E34532;
}
</style>