Shades of Red #E00303
Tints of Red #E00303
RGB
CMYK
RGB Variations
Color information
#E00303 (or 0xE00303) is known color: Red. HEX triplet: E0, 03 and 03. RGB value is (224,3,3). Sum of RGB (Red+Green+Blue) = 224+3+3=230 (30% of max value = 765). Red value is 224 (87.89% from 255 or 97.39% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 224 - color contains mainly: red. Hex color #E00303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00303 is #1FFCFC. Grayscale: #454545. Windows color (decimal): -2096381 or 197600. OLE color: 197600.
HSL color Cylindrical-coordinate representation of color #E00303: hue angle of 0º 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 #E00303 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.12 |
| HSL | 0º | 0.97% | 0.45% | - |
| HSV(B) | 0º | 0.99% | 0.88% | - |
| XYZ | 30.79 | 15.92 | 1.54 | - |
| YUV | 69.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 3 | 0 | 0.99 | 0.99 | 0.12 | 0 | 0.97 | 0.45 |
| Hex | E0 | 3 | 3 | 0 | 63 | 63 | C | 0 | 61 | 2D |
| Octal | 340 | 3 | 3 | 0 | 143 | 143 | 14 | 0 | 141 | 55 |
| Binary | 11100000 | 11 | 11 | 0 | 1100011 | 1100011 | 1100 | 0 | 1100001 | 101101 |
Color Harmonies of #E00303
Complementary color
Monochromatic Colors of #E00303
Black with #E00303
Text Example
Text Example
White with #E00303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00303; }
p { color: rgb(224,3,3); }
H1.HeaderClassName
{
color: #E00303;
}
.AnyTagClassName
{
color: #E00303;
}
</style>
background-color css
<style>
a { background-color: #E00303; }
a { background-color: rgb(224,3,3); }
div.DivClassName
{
background-color: #E00303;
}
.BgClassName
{
background-color: #E00303;
}
</style>
border-color css
<style>
span { border-color: #E00303; }
span { border-color: rgb(224,3,3); }
td.TdClassName
{
border-color: #E00303;
}
.TagClassName
{
border-color: #E00303;
}
</style>