Shades of Cinnabar #E34A23
Tints of Cinnabar #E34A23
RGB
CMYK
RGB Variations
Color information
#E34A23 (or 0xE34A23) is known color: Cinnabar. HEX triplet: E3, 4A and 23. RGB value is (227,74,35). Sum of RGB (Red+Green+Blue) = 227+74+35=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A23 is #1CB5DC. Grayscale: #737373. Windows color (decimal): -1881565 or 2312931. OLE color: 2312931.
HSL color Cylindrical-coordinate representation of color #E34A23: hue angle of 12.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E34A23 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 35 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.11 |
| HSL | 12.19º | 0.77% | 0.51% | - |
| HSV(B) | 12.19º | 0.85% | 0.89% | - |
| XYZ | 34.43 | 21.35 | 3.9 | - |
| YUV | 115.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 35 | 0 | 0.67 | 0.85 | 0.11 | 12.19 | 0.77 | 0.51 |
| Hex | E3 | 4A | 23 | 0 | 43 | 55 | B | C | 4D | 33 |
| Octal | 343 | 112 | 43 | 0 | 103 | 125 | 13 | 14 | 115 | 63 |
| Binary | 11100011 | 1001010 | 100011 | 0 | 1000011 | 1010101 | 1011 | 1100 | 1001101 | 110011 |
Color Harmonies of #E34A23
Complementary color
Monochromatic Colors of #E34A23
Black with #E34A23
Text Example
Text Example
White with #E34A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A23; }
p { color: rgb(227,74,35); }
H1.HeaderClassName
{
color: #E34A23;
}
.AnyTagClassName
{
color: #E34A23;
}
</style>
background-color css
<style>
a { background-color: #E34A23; }
a { background-color: rgb(227,74,35); }
div.DivClassName
{
background-color: #E34A23;
}
.BgClassName
{
background-color: #E34A23;
}
</style>
border-color css
<style>
span { border-color: #E34A23; }
span { border-color: rgb(227,74,35); }
td.TdClassName
{
border-color: #E34A23;
}
.TagClassName
{
border-color: #E34A23;
}
</style>