Shades of Red #E40300
Tints of Red #E40300
RGB
CMYK
RGB Variations
Color information
#E40300 (or 0xE40300) is known color: Red. HEX triplet: E4, 03 and 00. RGB value is (228,3,0). Sum of RGB (Red+Green+Blue) = 228+3+0=231 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.70% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 228 - color contains mainly: red. Hex color #E40300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40300 is #1BFCFF. Grayscale: #464646. Windows color (decimal): -1834240 or 996. OLE color: 996.
HSL color Cylindrical-coordinate representation of color #E40300: hue angle of 0.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.11 |
| HSL | 0.79º | 1% | 0.45% | - |
| HSV(B) | 0.79º | 1% | 0.89% | - |
| XYZ | 32.03 | 16.56 | 1.51 | - |
| YUV | 69.93 | 88.54 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 0 | 0 | 0.99 | 1 | 0.11 | 0.79 | 1 | 0.45 |
| Hex | E4 | 3 | 0 | 0 | 63 | 64 | B | 1 | 64 | 2D |
| Octal | 344 | 3 | 0 | 0 | 143 | 144 | 13 | 1 | 144 | 55 |
| Binary | 11100100 | 11 | 0 | 0 | 1100011 | 1100100 | 1011 | 1 | 1100100 | 101101 |
Color Harmonies of #E40300
Complementary color
Monochromatic Colors of #E40300
Black with #E40300
Text Example
Text Example
White with #E40300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40300; }
p { color: rgb(228,3,0); }
H1.HeaderClassName
{
color: #E40300;
}
.AnyTagClassName
{
color: #E40300;
}
</style>
background-color css
<style>
a { background-color: #E40300; }
a { background-color: rgb(228,3,0); }
div.DivClassName
{
background-color: #E40300;
}
.BgClassName
{
background-color: #E40300;
}
</style>
border-color css
<style>
span { border-color: #E40300; }
span { border-color: rgb(228,3,0); }
td.TdClassName
{
border-color: #E40300;
}
.TagClassName
{
border-color: #E40300;
}
</style>