Shades of Red #E31207
Tints of Red #E31207
RGB
CMYK
RGB Variations
Color information
#E31207 (or 0xE31207) is known color: Red. HEX triplet: E3, 12 and 07. RGB value is (227,18,7). Sum of RGB (Red+Green+Blue) = 227+18+7=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E31207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31207 is #1CEDF8. Grayscale: #4F4F4F. Windows color (decimal): -1895929 or 463587. OLE color: 463587.
HSL color Cylindrical-coordinate representation of color #E31207: hue angle of 3º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E31207 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.11 |
| HSL | 3º | 0.94% | 0.46% | - |
| HSV(B) | 3º | 0.97% | 0.89% | - |
| XYZ | 31.93 | 16.78 | 1.76 | - |
| YUV | 79.24 | 87.24 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 7 | 0 | 0.92 | 0.97 | 0.11 | 3 | 0.94 | 0.46 |
| Hex | E3 | 12 | 7 | 0 | 5C | 61 | B | 3 | 5E | 2E |
| Octal | 343 | 22 | 7 | 0 | 134 | 141 | 13 | 3 | 136 | 56 |
| Binary | 11100011 | 10010 | 111 | 0 | 1011100 | 1100001 | 1011 | 11 | 1011110 | 101110 |
Color Harmonies of #E31207
Complementary color
Monochromatic Colors of #E31207
Black with #E31207
Text Example
Text Example
White with #E31207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31207; }
p { color: rgb(227,18,7); }
H1.HeaderClassName
{
color: #E31207;
}
.AnyTagClassName
{
color: #E31207;
}
</style>
background-color css
<style>
a { background-color: #E31207; }
a { background-color: rgb(227,18,7); }
div.DivClassName
{
background-color: #E31207;
}
.BgClassName
{
background-color: #E31207;
}
</style>
border-color css
<style>
span { border-color: #E31207; }
span { border-color: rgb(227,18,7); }
td.TdClassName
{
border-color: #E31207;
}
.TagClassName
{
border-color: #E31207;
}
</style>