Shades of Red #E5100F
Tints of Red #E5100F
RGB
CMYK
RGB Variations
Color information
#E5100F (or 0xE5100F) is known color: Red. HEX triplet: E5, 10 and 0F. RGB value is (229,16,15). Sum of RGB (Red+Green+Blue) = 229+16+15=260 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.08% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 229 - color contains mainly: red. Hex color #E5100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5100F is #1AEFF0. Grayscale: #4F4F4F. Windows color (decimal): -1765361 or 987365. OLE color: 987365.
HSL color Cylindrical-coordinate representation of color #E5100F: hue angle of 0.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.10 |
| HSL | 0.28º | 0.88% | 0.48% | - |
| HSV(B) | 0.28º | 0.93% | 0.9% | - |
| XYZ | 32.58 | 17.06 | 2.03 | - |
| YUV | 79.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 15 | 0 | 0.93 | 0.93 | 0.10 | 0.28 | 0.88 | 0.48 |
| Hex | E5 | 10 | F | 0 | 5D | 5D | A | 0 | 58 | 30 |
| Octal | 345 | 20 | 17 | 0 | 135 | 135 | 12 | 0 | 130 | 60 |
| Binary | 11100101 | 10000 | 1111 | 0 | 1011101 | 1011101 | 1010 | 0 | 1011000 | 110000 |
Color Harmonies of #E5100F
Complementary color
Monochromatic Colors of #E5100F
Black with #E5100F
Text Example
Text Example
White with #E5100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5100F; }
p { color: rgb(229,16,15); }
H1.HeaderClassName
{
color: #E5100F;
}
.AnyTagClassName
{
color: #E5100F;
}
</style>
background-color css
<style>
a { background-color: #E5100F; }
a { background-color: rgb(229,16,15); }
div.DivClassName
{
background-color: #E5100F;
}
.BgClassName
{
background-color: #E5100F;
}
</style>
border-color css
<style>
span { border-color: #E5100F; }
span { border-color: rgb(229,16,15); }
td.TdClassName
{
border-color: #E5100F;
}
.TagClassName
{
border-color: #E5100F;
}
</style>