Shades of Red #E00907
Tints of Red #E00907
RGB
CMYK
RGB Variations
Color information
#E00907 (or 0xE00907) is known color: Red. HEX triplet: E0, 09 and 07. RGB value is (224,9,7). Sum of RGB (Red+Green+Blue) = 224+9+7=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E00907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00907 is #1FF6F8. Grayscale: #494949. Windows color (decimal): -2094841 or 461280. OLE color: 461280.
HSL color Cylindrical-coordinate representation of color #E00907: hue angle of 0.55º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00907 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.12 |
| HSL | 0.55º | 0.94% | 0.45% | - |
| HSV(B) | 0.55º | 0.97% | 0.88% | - |
| XYZ | 30.88 | 16.06 | 1.67 | - |
| YUV | 73.06 | 90.73 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 7 | 0 | 0.96 | 0.97 | 0.12 | 0.55 | 0.94 | 0.45 |
| Hex | E0 | 9 | 7 | 0 | 60 | 61 | C | 1 | 5E | 2D |
| Octal | 340 | 11 | 7 | 0 | 140 | 141 | 14 | 1 | 136 | 55 |
| Binary | 11100000 | 1001 | 111 | 0 | 1100000 | 1100001 | 1100 | 1 | 1011110 | 101101 |
Color Harmonies of #E00907
Complementary color
Monochromatic Colors of #E00907
Black with #E00907
Text Example
Text Example
White with #E00907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00907; }
p { color: rgb(224,9,7); }
H1.HeaderClassName
{
color: #E00907;
}
.AnyTagClassName
{
color: #E00907;
}
</style>
background-color css
<style>
a { background-color: #E00907; }
a { background-color: rgb(224,9,7); }
div.DivClassName
{
background-color: #E00907;
}
.BgClassName
{
background-color: #E00907;
}
</style>
border-color css
<style>
span { border-color: #E00907; }
span { border-color: rgb(224,9,7); }
td.TdClassName
{
border-color: #E00907;
}
.TagClassName
{
border-color: #E00907;
}
</style>