Shades of Red #E00404
Tints of Red #E00404
RGB
CMYK
RGB Variations
Color information
#E00404 (or 0xE00404) is known color: Red. HEX triplet: E0, 04 and 04. RGB value is (224,4,4). Sum of RGB (Red+Green+Blue) = 224+4+4=232 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.55% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 224 - color contains mainly: red. Hex color #E00404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00404 is #1FFBFB. Grayscale: #464646. Windows color (decimal): -2096124 or 263392. OLE color: 263392.
HSL color Cylindrical-coordinate representation of color #E00404: hue angle of 0º 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 #E00404 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.12 |
| HSL | 0º | 0.96% | 0.45% | - |
| HSV(B) | 0º | 0.98% | 0.88% | - |
| XYZ | 30.81 | 15.94 | 1.57 | - |
| YUV | 69.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 4 | 0 | 0.98 | 0.98 | 0.12 | 0 | 0.96 | 0.45 |
| Hex | E0 | 4 | 4 | 0 | 62 | 62 | C | 0 | 60 | 2D |
| Octal | 340 | 4 | 4 | 0 | 142 | 142 | 14 | 0 | 140 | 55 |
| Binary | 11100000 | 100 | 100 | 0 | 1100010 | 1100010 | 1100 | 0 | 1100000 | 101101 |
Color Harmonies of #E00404
Complementary color
Monochromatic Colors of #E00404
Black with #E00404
Text Example
Text Example
White with #E00404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00404; }
p { color: rgb(224,4,4); }
H1.HeaderClassName
{
color: #E00404;
}
.AnyTagClassName
{
color: #E00404;
}
</style>
background-color css
<style>
a { background-color: #E00404; }
a { background-color: rgb(224,4,4); }
div.DivClassName
{
background-color: #E00404;
}
.BgClassName
{
background-color: #E00404;
}
</style>
border-color css
<style>
span { border-color: #E00404; }
span { border-color: rgb(224,4,4); }
td.TdClassName
{
border-color: #E00404;
}
.TagClassName
{
border-color: #E00404;
}
</style>