Shades of Cinnabar #E34F27
Tints of Cinnabar #E34F27
RGB
CMYK
RGB Variations
Color information
#E34F27 (or 0xE34F27) is known color: Cinnabar. HEX triplet: E3, 4F and 27. RGB value is (227,79,39). Sum of RGB (Red+Green+Blue) = 227+79+39=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F27 is #1CB0D8. Grayscale: #777777. Windows color (decimal): -1880281 or 2576355. OLE color: 2576355.
HSL color Cylindrical-coordinate representation of color #E34F27: hue angle of 12.77º 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 #E34F27 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 39 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.11 |
| HSL | 12.77º | 0.77% | 0.52% | - |
| HSV(B) | 12.77º | 0.83% | 0.89% | - |
| XYZ | 34.84 | 22.07 | 4.34 | - |
| YUV | 118.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 39 | 0 | 0.65 | 0.83 | 0.11 | 12.77 | 0.77 | 0.52 |
| Hex | E3 | 4F | 27 | 0 | 41 | 53 | B | D | 4D | 34 |
| Octal | 343 | 117 | 47 | 0 | 101 | 123 | 13 | 15 | 115 | 64 |
| Binary | 11100011 | 1001111 | 100111 | 0 | 1000001 | 1010011 | 1011 | 1101 | 1001101 | 110100 |
Color Harmonies of #E34F27
Complementary color
Monochromatic Colors of #E34F27
Black with #E34F27
Text Example
Text Example
White with #E34F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F27; }
p { color: rgb(227,79,39); }
H1.HeaderClassName
{
color: #E34F27;
}
.AnyTagClassName
{
color: #E34F27;
}
</style>
background-color css
<style>
a { background-color: #E34F27; }
a { background-color: rgb(227,79,39); }
div.DivClassName
{
background-color: #E34F27;
}
.BgClassName
{
background-color: #E34F27;
}
</style>
border-color css
<style>
span { border-color: #E34F27; }
span { border-color: rgb(227,79,39); }
td.TdClassName
{
border-color: #E34F27;
}
.TagClassName
{
border-color: #E34F27;
}
</style>