Shades of Cinnabar #E34A1F
Tints of Cinnabar #E34A1F
RGB
CMYK
RGB Variations
Color information
#E34A1F (or 0xE34A1F) is known color: Cinnabar. HEX triplet: E3, 4A and 1F. RGB value is (227,74,31). Sum of RGB (Red+Green+Blue) = 227+74+31=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A1F is #1CB5E0. Grayscale: #737373. Windows color (decimal): -1881569 or 2050787. OLE color: 2050787.
HSL color Cylindrical-coordinate representation of color #E34A1F: hue angle of 13.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E34A1F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 31 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.11 |
| HSL | 13.16º | 0.78% | 0.51% | - |
| HSV(B) | 13.16º | 0.86% | 0.89% | - |
| XYZ | 34.37 | 21.33 | 3.6 | - |
| YUV | 114.85 | 80.69 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 31 | 0 | 0.67 | 0.86 | 0.11 | 13.16 | 0.78 | 0.51 |
| Hex | E3 | 4A | 1F | 0 | 43 | 56 | B | D | 4E | 33 |
| Octal | 343 | 112 | 37 | 0 | 103 | 126 | 13 | 15 | 116 | 63 |
| Binary | 11100011 | 1001010 | 11111 | 0 | 1000011 | 1010110 | 1011 | 1101 | 1001110 | 110011 |
Color Harmonies of #E34A1F
Complementary color
Monochromatic Colors of #E34A1F
Black with #E34A1F
Text Example
Text Example
White with #E34A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A1F; }
p { color: rgb(227,74,31); }
H1.HeaderClassName
{
color: #E34A1F;
}
.AnyTagClassName
{
color: #E34A1F;
}
</style>
background-color css
<style>
a { background-color: #E34A1F; }
a { background-color: rgb(227,74,31); }
div.DivClassName
{
background-color: #E34A1F;
}
.BgClassName
{
background-color: #E34A1F;
}
</style>
border-color css
<style>
span { border-color: #E34A1F; }
span { border-color: rgb(227,74,31); }
td.TdClassName
{
border-color: #E34A1F;
}
.TagClassName
{
border-color: #E34A1F;
}
</style>