Shades of Red #E10F0E
Tints of Red #E10F0E
RGB
CMYK
RGB Variations
Color information
#E10F0E (or 0xE10F0E) is known color: Red. HEX triplet: E1, 0F and 0E. RGB value is (225,15,14). Sum of RGB (Red+Green+Blue) = 225+15+14=254 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.58% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F0E is #1EF0F1. Grayscale: #4D4D4D. Windows color (decimal): -2027762 or 921569. OLE color: 921569.
HSL color Cylindrical-coordinate representation of color #E10F0E: hue angle of 0.28º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10F0E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.12 |
| HSL | 0.28º | 0.88% | 0.47% | - |
| HSV(B) | 0.28º | 0.94% | 0.88% | - |
| XYZ | 31.3 | 16.38 | 1.93 | - |
| YUV | 77.68 | 92.07 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 14 | 0 | 0.93 | 0.94 | 0.12 | 0.28 | 0.88 | 0.47 |
| Hex | E1 | F | E | 0 | 5D | 5E | C | 0 | 58 | 2F |
| Octal | 341 | 17 | 16 | 0 | 135 | 136 | 14 | 0 | 130 | 57 |
| Binary | 11100001 | 1111 | 1110 | 0 | 1011101 | 1011110 | 1100 | 0 | 1011000 | 101111 |
Color Harmonies of #E10F0E
Complementary color
Monochromatic Colors of #E10F0E
Black with #E10F0E
Text Example
Text Example
White with #E10F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F0E; }
p { color: rgb(225,15,14); }
H1.HeaderClassName
{
color: #E10F0E;
}
.AnyTagClassName
{
color: #E10F0E;
}
</style>
background-color css
<style>
a { background-color: #E10F0E; }
a { background-color: rgb(225,15,14); }
div.DivClassName
{
background-color: #E10F0E;
}
.BgClassName
{
background-color: #E10F0E;
}
</style>
border-color css
<style>
span { border-color: #E10F0E; }
span { border-color: rgb(225,15,14); }
td.TdClassName
{
border-color: #E10F0E;
}
.TagClassName
{
border-color: #E10F0E;
}
</style>