Shades of Cinnabar #E34F28
Tints of Cinnabar #E34F28
RGB
CMYK
RGB Variations
Color information
#E34F28 (or 0xE34F28) is known color: Cinnabar. HEX triplet: E3, 4F and 28. RGB value is (227,79,40). Sum of RGB (Red+Green+Blue) = 227+79+40=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F28 is #1CB0D7. Grayscale: #777777. Windows color (decimal): -1880280 or 2641891. OLE color: 2641891.
HSL color Cylindrical-coordinate representation of color #E34F28: hue angle of 12.51º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E34F28 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 40 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.11 |
| HSL | 12.51º | 0.77% | 0.52% | - |
| HSV(B) | 12.51º | 0.82% | 0.89% | - |
| XYZ | 34.86 | 22.08 | 4.43 | - |
| YUV | 118.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 40 | 0 | 0.65 | 0.82 | 0.11 | 12.51 | 0.77 | 0.52 |
| Hex | E3 | 4F | 28 | 0 | 41 | 52 | B | D | 4D | 34 |
| Octal | 343 | 117 | 50 | 0 | 101 | 122 | 13 | 15 | 115 | 64 |
| Binary | 11100011 | 1001111 | 101000 | 0 | 1000001 | 1010010 | 1011 | 1101 | 1001101 | 110100 |
Color Harmonies of #E34F28
Complementary color
Monochromatic Colors of #E34F28
Black with #E34F28
Text Example
Text Example
White with #E34F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F28; }
p { color: rgb(227,79,40); }
H1.HeaderClassName
{
color: #E34F28;
}
.AnyTagClassName
{
color: #E34F28;
}
</style>
background-color css
<style>
a { background-color: #E34F28; }
a { background-color: rgb(227,79,40); }
div.DivClassName
{
background-color: #E34F28;
}
.BgClassName
{
background-color: #E34F28;
}
</style>
border-color css
<style>
span { border-color: #E34F28; }
span { border-color: rgb(227,79,40); }
td.TdClassName
{
border-color: #E34F28;
}
.TagClassName
{
border-color: #E34F28;
}
</style>