Shades of Red #E00403
Tints of Red #E00403
RGB
CMYK
RGB Variations
Color information
#E00403 (or 0xE00403) is known color: Red. HEX triplet: E0, 04 and 03. RGB value is (224,4,3). Sum of RGB (Red+Green+Blue) = 224+4+3=231 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.97% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 224 - color contains mainly: red. Hex color #E00403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00403 is #1FFBFC. Grayscale: #454545. Windows color (decimal): -2096125 or 197856. OLE color: 197856.
HSL color Cylindrical-coordinate representation of color #E00403: hue angle of 0.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.12 |
| HSL | 0.27º | 0.97% | 0.45% | - |
| HSV(B) | 0.27º | 0.99% | 0.88% | - |
| XYZ | 30.8 | 15.94 | 1.54 | - |
| YUV | 69.67 | 90.39 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 3 | 0 | 0.98 | 0.99 | 0.12 | 0.27 | 0.97 | 0.45 |
| Hex | E0 | 4 | 3 | 0 | 62 | 63 | C | 0 | 61 | 2D |
| Octal | 340 | 4 | 3 | 0 | 142 | 143 | 14 | 0 | 141 | 55 |
| Binary | 11100000 | 100 | 11 | 0 | 1100010 | 1100011 | 1100 | 0 | 1100001 | 101101 |
Color Harmonies of #E00403
Complementary color
Monochromatic Colors of #E00403
Black with #E00403
Text Example
Text Example
White with #E00403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00403; }
p { color: rgb(224,4,3); }
H1.HeaderClassName
{
color: #E00403;
}
.AnyTagClassName
{
color: #E00403;
}
</style>
background-color css
<style>
a { background-color: #E00403; }
a { background-color: rgb(224,4,3); }
div.DivClassName
{
background-color: #E00403;
}
.BgClassName
{
background-color: #E00403;
}
</style>
border-color css
<style>
span { border-color: #E00403; }
span { border-color: rgb(224,4,3); }
td.TdClassName
{
border-color: #E00403;
}
.TagClassName
{
border-color: #E00403;
}
</style>