Shades of Cinnabar #E34A25
Tints of Cinnabar #E34A25
RGB
CMYK
RGB Variations
Color information
#E34A25 (or 0xE34A25) is known color: Cinnabar. HEX triplet: E3, 4A and 25. RGB value is (227,74,37). Sum of RGB (Red+Green+Blue) = 227+74+37=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A25 is #1CB5DA. Grayscale: #737373. Windows color (decimal): -1881563 or 2444003. OLE color: 2444003.
HSL color Cylindrical-coordinate representation of color #E34A25: hue angle of 11.68º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E34A25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.11 |
| HSL | 11.68º | 0.77% | 0.52% | - |
| HSV(B) | 11.68º | 0.84% | 0.89% | - |
| XYZ | 34.46 | 21.36 | 4.06 | - |
| YUV | 115.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 37 | 0 | 0.67 | 0.84 | 0.11 | 11.68 | 0.77 | 0.52 |
| Hex | E3 | 4A | 25 | 0 | 43 | 54 | B | C | 4D | 34 |
| Octal | 343 | 112 | 45 | 0 | 103 | 124 | 13 | 14 | 115 | 64 |
| Binary | 11100011 | 1001010 | 100101 | 0 | 1000011 | 1010100 | 1011 | 1100 | 1001101 | 110100 |
Color Harmonies of #E34A25
Complementary color
Monochromatic Colors of #E34A25
Black with #E34A25
Text Example
Text Example
White with #E34A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A25; }
p { color: rgb(227,74,37); }
H1.HeaderClassName
{
color: #E34A25;
}
.AnyTagClassName
{
color: #E34A25;
}
</style>
background-color css
<style>
a { background-color: #E34A25; }
a { background-color: rgb(227,74,37); }
div.DivClassName
{
background-color: #E34A25;
}
.BgClassName
{
background-color: #E34A25;
}
</style>
border-color css
<style>
span { border-color: #E34A25; }
span { border-color: rgb(227,74,37); }
td.TdClassName
{
border-color: #E34A25;
}
.TagClassName
{
border-color: #E34A25;
}
</style>