Shades of Red #E10F05
Tints of Red #E10F05
RGB
CMYK
RGB Variations
Color information
#E10F05 (or 0xE10F05) is known color: Red. HEX triplet: E1, 0F and 05. RGB value is (225,15,5). Sum of RGB (Red+Green+Blue) = 225+15+5=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F05 is #1EF0FA. Grayscale: #4C4C4C. Windows color (decimal): -2027771 or 331745. OLE color: 331745.
HSL color Cylindrical-coordinate representation of color #E10F05: hue angle of 2.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10F05 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.12 |
| HSL | 2.73º | 0.96% | 0.45% | - |
| HSV(B) | 2.73º | 0.98% | 0.88% | - |
| XYZ | 31.25 | 16.36 | 1.65 | - |
| YUV | 76.65 | 87.57 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 5 | 0 | 0.93 | 0.98 | 0.12 | 2.73 | 0.96 | 0.45 |
| Hex | E1 | F | 5 | 0 | 5D | 62 | C | 3 | 60 | 2D |
| Octal | 341 | 17 | 5 | 0 | 135 | 142 | 14 | 3 | 140 | 55 |
| Binary | 11100001 | 1111 | 101 | 0 | 1011101 | 1100010 | 1100 | 11 | 1100000 | 101101 |
Color Harmonies of #E10F05
Complementary color
Monochromatic Colors of #E10F05
Black with #E10F05
Text Example
Text Example
White with #E10F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F05; }
p { color: rgb(225,15,5); }
H1.HeaderClassName
{
color: #E10F05;
}
.AnyTagClassName
{
color: #E10F05;
}
</style>
background-color css
<style>
a { background-color: #E10F05; }
a { background-color: rgb(225,15,5); }
div.DivClassName
{
background-color: #E10F05;
}
.BgClassName
{
background-color: #E10F05;
}
</style>
border-color css
<style>
span { border-color: #E10F05; }
span { border-color: rgb(225,15,5); }
td.TdClassName
{
border-color: #E10F05;
}
.TagClassName
{
border-color: #E10F05;
}
</style>