Shades of Cinnabar #E34F1C
Tints of Cinnabar #E34F1C
RGB
CMYK
RGB Variations
Color information
#E34F1C (or 0xE34F1C) is known color: Cinnabar. HEX triplet: E3, 4F and 1C. RGB value is (227,79,28). Sum of RGB (Red+Green+Blue) = 227+79+28=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F1C is #1CB0E3. Grayscale: #757575. Windows color (decimal): -1880292 or 1855459. OLE color: 1855459.
HSL color Cylindrical-coordinate representation of color #E34F1C: hue angle of 15.38º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E34F1C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.11 |
| HSL | 15.38º | 0.78% | 0.5% | - |
| HSV(B) | 15.38º | 0.88% | 0.89% | - |
| XYZ | 34.68 | 22.01 | 3.52 | - |
| YUV | 117.44 | 77.53 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 28 | 0 | 0.65 | 0.88 | 0.11 | 15.38 | 0.78 | 0.5 |
| Hex | E3 | 4F | 1C | 0 | 41 | 58 | B | F | 4E | 32 |
| Octal | 343 | 117 | 34 | 0 | 101 | 130 | 13 | 17 | 116 | 62 |
| Binary | 11100011 | 1001111 | 11100 | 0 | 1000001 | 1011000 | 1011 | 1111 | 1001110 | 110010 |
Color Harmonies of #E34F1C
Complementary color
Monochromatic Colors of #E34F1C
Black with #E34F1C
Text Example
Text Example
White with #E34F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F1C; }
p { color: rgb(227,79,28); }
H1.HeaderClassName
{
color: #E34F1C;
}
.AnyTagClassName
{
color: #E34F1C;
}
</style>
background-color css
<style>
a { background-color: #E34F1C; }
a { background-color: rgb(227,79,28); }
div.DivClassName
{
background-color: #E34F1C;
}
.BgClassName
{
background-color: #E34F1C;
}
</style>
border-color css
<style>
span { border-color: #E34F1C; }
span { border-color: rgb(227,79,28); }
td.TdClassName
{
border-color: #E34F1C;
}
.TagClassName
{
border-color: #E34F1C;
}
</style>