Shades of Cinnabar #E34A26
Tints of Cinnabar #E34A26
RGB
CMYK
RGB Variations
Color information
#E34A26 (or 0xE34A26) is known color: Cinnabar. HEX triplet: E3, 4A and 26. RGB value is (227,74,38). Sum of RGB (Red+Green+Blue) = 227+74+38=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A26 is #1CB5D9. Grayscale: #737373. Windows color (decimal): -1881562 or 2509539. OLE color: 2509539.
HSL color Cylindrical-coordinate representation of color #E34A26: hue angle of 11.43º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E34A26 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 38 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.11 |
| HSL | 11.43º | 0.77% | 0.52% | - |
| HSV(B) | 11.43º | 0.83% | 0.89% | - |
| XYZ | 34.48 | 21.37 | 4.14 | - |
| YUV | 115.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 38 | 0 | 0.67 | 0.83 | 0.11 | 11.43 | 0.77 | 0.52 |
| Hex | E3 | 4A | 26 | 0 | 43 | 53 | B | B | 4D | 34 |
| Octal | 343 | 112 | 46 | 0 | 103 | 123 | 13 | 13 | 115 | 64 |
| Binary | 11100011 | 1001010 | 100110 | 0 | 1000011 | 1010011 | 1011 | 1011 | 1001101 | 110100 |
Color Harmonies of #E34A26
Complementary color
Monochromatic Colors of #E34A26
Black with #E34A26
Text Example
Text Example
White with #E34A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A26; }
p { color: rgb(227,74,38); }
H1.HeaderClassName
{
color: #E34A26;
}
.AnyTagClassName
{
color: #E34A26;
}
</style>
background-color css
<style>
a { background-color: #E34A26; }
a { background-color: rgb(227,74,38); }
div.DivClassName
{
background-color: #E34A26;
}
.BgClassName
{
background-color: #E34A26;
}
</style>
border-color css
<style>
span { border-color: #E34A26; }
span { border-color: rgb(227,74,38); }
td.TdClassName
{
border-color: #E34A26;
}
.TagClassName
{
border-color: #E34A26;
}
</style>