Shades of Cinnabar #E34F21
Tints of Cinnabar #E34F21
RGB
CMYK
RGB Variations
Color information
#E34F21 (or 0xE34F21) is known color: Cinnabar. HEX triplet: E3, 4F and 21. RGB value is (227,79,33). Sum of RGB (Red+Green+Blue) = 227+79+33=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F21 is #1CB0DE. Grayscale: #767676. Windows color (decimal): -1880287 or 2183139. OLE color: 2183139.
HSL color Cylindrical-coordinate representation of color #E34F21: hue angle of 14.23º degrees, saturation: 0.78, 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 #E34F21 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 33 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.11 |
| HSL | 14.23º | 0.78% | 0.51% | - |
| HSV(B) | 14.23º | 0.85% | 0.89% | - |
| XYZ | 34.75 | 22.03 | 3.86 | - |
| YUV | 118.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 33 | 0 | 0.65 | 0.85 | 0.11 | 14.23 | 0.78 | 0.51 |
| Hex | E3 | 4F | 21 | 0 | 41 | 55 | B | E | 4E | 33 |
| Octal | 343 | 117 | 41 | 0 | 101 | 125 | 13 | 16 | 116 | 63 |
| Binary | 11100011 | 1001111 | 100001 | 0 | 1000001 | 1010101 | 1011 | 1110 | 1001110 | 110011 |
Color Harmonies of #E34F21
Complementary color
Monochromatic Colors of #E34F21
Black with #E34F21
Text Example
Text Example
White with #E34F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F21; }
p { color: rgb(227,79,33); }
H1.HeaderClassName
{
color: #E34F21;
}
.AnyTagClassName
{
color: #E34F21;
}
</style>
background-color css
<style>
a { background-color: #E34F21; }
a { background-color: rgb(227,79,33); }
div.DivClassName
{
background-color: #E34F21;
}
.BgClassName
{
background-color: #E34F21;
}
</style>
border-color css
<style>
span { border-color: #E34F21; }
span { border-color: rgb(227,79,33); }
td.TdClassName
{
border-color: #E34F21;
}
.TagClassName
{
border-color: #E34F21;
}
</style>