Shades of Red #E10904
Tints of Red #E10904
RGB
CMYK
RGB Variations
Color information
#E10904 (or 0xE10904) is known color: Red. HEX triplet: E1, 09 and 04. RGB value is (225,9,4). Sum of RGB (Red+Green+Blue) = 225+9+4=238 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.54% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 225 - color contains mainly: red. Hex color #E10904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10904 is #1EF6FB. Grayscale: #494949. Windows color (decimal): -2029308 or 264673. OLE color: 264673.
HSL color Cylindrical-coordinate representation of color #E10904: hue angle of 1.36º degrees, saturation: 0.97, 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 #E10904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.12 |
| HSL | 1.36º | 0.97% | 0.45% | - |
| HSV(B) | 1.36º | 0.98% | 0.88% | - |
| XYZ | 31.17 | 16.21 | 1.6 | - |
| YUV | 73.01 | 89.06 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 4 | 0 | 0.96 | 0.98 | 0.12 | 1.36 | 0.97 | 0.45 |
| Hex | E1 | 9 | 4 | 0 | 60 | 62 | C | 1 | 61 | 2D |
| Octal | 341 | 11 | 4 | 0 | 140 | 142 | 14 | 1 | 141 | 55 |
| Binary | 11100001 | 1001 | 100 | 0 | 1100000 | 1100010 | 1100 | 1 | 1100001 | 101101 |
Color Harmonies of #E10904
Complementary color
Monochromatic Colors of #E10904
Black with #E10904
Text Example
Text Example
White with #E10904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10904; }
p { color: rgb(225,9,4); }
H1.HeaderClassName
{
color: #E10904;
}
.AnyTagClassName
{
color: #E10904;
}
</style>
background-color css
<style>
a { background-color: #E10904; }
a { background-color: rgb(225,9,4); }
div.DivClassName
{
background-color: #E10904;
}
.BgClassName
{
background-color: #E10904;
}
</style>
border-color css
<style>
span { border-color: #E10904; }
span { border-color: rgb(225,9,4); }
td.TdClassName
{
border-color: #E10904;
}
.TagClassName
{
border-color: #E10904;
}
</style>