Shades of Red #E10F0D
Tints of Red #E10F0D
RGB
CMYK
RGB Variations
Color information
#E10F0D (or 0xE10F0D) is known color: Red. HEX triplet: E1, 0F and 0D. RGB value is (225,15,13). Sum of RGB (Red+Green+Blue) = 225+15+13=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F0D is #1EF0F2. Grayscale: #4D4D4D. Windows color (decimal): -2027763 or 856033. OLE color: 856033.
HSL color Cylindrical-coordinate representation of color #E10F0D: hue angle of 0.57º degrees, saturation: 0.89, 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 #E10F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.12 |
| HSL | 0.57º | 0.89% | 0.47% | - |
| HSV(B) | 0.57º | 0.94% | 0.88% | - |
| XYZ | 31.29 | 16.38 | 1.89 | - |
| YUV | 77.56 | 91.57 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 13 | 0 | 0.93 | 0.94 | 0.12 | 0.57 | 0.89 | 0.47 |
| Hex | E1 | F | D | 0 | 5D | 5E | C | 1 | 59 | 2F |
| Octal | 341 | 17 | 15 | 0 | 135 | 136 | 14 | 1 | 131 | 57 |
| Binary | 11100001 | 1111 | 1101 | 0 | 1011101 | 1011110 | 1100 | 1 | 1011001 | 101111 |
Color Harmonies of #E10F0D
Complementary color
Monochromatic Colors of #E10F0D
Black with #E10F0D
Text Example
Text Example
White with #E10F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10F0D; }
p { color: rgb(225,15,13); }
H1.HeaderClassName
{
color: #E10F0D;
}
.AnyTagClassName
{
color: #E10F0D;
}
</style>
background-color css
<style>
a { background-color: #E10F0D; }
a { background-color: rgb(225,15,13); }
div.DivClassName
{
background-color: #E10F0D;
}
.BgClassName
{
background-color: #E10F0D;
}
</style>
border-color css
<style>
span { border-color: #E10F0D; }
span { border-color: rgb(225,15,13); }
td.TdClassName
{
border-color: #E10F0D;
}
.TagClassName
{
border-color: #E10F0D;
}
</style>