Shades of Red #E30F07
Tints of Red #E30F07
RGB
CMYK
RGB Variations
Color information
#E30F07 (or 0xE30F07) is known color: Red. HEX triplet: E3, 0F and 07. RGB value is (227,15,7). Sum of RGB (Red+Green+Blue) = 227+15+7=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30F07 is #1CF0F8. Grayscale: #4D4D4D. Windows color (decimal): -1896697 or 462819. OLE color: 462819.
HSL color Cylindrical-coordinate representation of color #E30F07: hue angle of 2.18º 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 #E30F07 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.11 |
| HSL | 2.18º | 0.94% | 0.46% | - |
| HSV(B) | 2.18º | 0.97% | 0.89% | - |
| XYZ | 31.89 | 16.69 | 1.74 | - |
| YUV | 77.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 7 | 0 | 0.93 | 0.97 | 0.11 | 2.18 | 0.94 | 0.46 |
| Hex | E3 | F | 7 | 0 | 5D | 61 | B | 2 | 5E | 2E |
| Octal | 343 | 17 | 7 | 0 | 135 | 141 | 13 | 2 | 136 | 56 |
| Binary | 11100011 | 1111 | 111 | 0 | 1011101 | 1100001 | 1011 | 10 | 1011110 | 101110 |
Color Harmonies of #E30F07
Complementary color
Monochromatic Colors of #E30F07
Black with #E30F07
Text Example
Text Example
White with #E30F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F07; }
p { color: rgb(227,15,7); }
H1.HeaderClassName
{
color: #E30F07;
}
.AnyTagClassName
{
color: #E30F07;
}
</style>
background-color css
<style>
a { background-color: #E30F07; }
a { background-color: rgb(227,15,7); }
div.DivClassName
{
background-color: #E30F07;
}
.BgClassName
{
background-color: #E30F07;
}
</style>
border-color css
<style>
span { border-color: #E30F07; }
span { border-color: rgb(227,15,7); }
td.TdClassName
{
border-color: #E30F07;
}
.TagClassName
{
border-color: #E30F07;
}
</style>