Shades of Red #E40F03
Tints of Red #E40F03
RGB
CMYK
RGB Variations
Color information
#E40F03 (or 0xE40F03) is known color: Red. HEX triplet: E4, 0F and 03. RGB value is (228,15,3). Sum of RGB (Red+Green+Blue) = 228+15+3=246 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.68% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40F03 is #1BF0FC. Grayscale: #4D4D4D. Windows color (decimal): -1831165 or 200676. OLE color: 200676.
HSL color Cylindrical-coordinate representation of color #E40F03: hue angle of 3.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.11 |
| HSL | 3.2º | 0.97% | 0.45% | - |
| HSV(B) | 3.2º | 0.99% | 0.89% | - |
| XYZ | 32.18 | 16.84 | 1.64 | - |
| YUV | 77.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 3 | 0 | 0.93 | 0.99 | 0.11 | 3.2 | 0.97 | 0.45 |
| Hex | E4 | F | 3 | 0 | 5D | 63 | B | 3 | 61 | 2D |
| Octal | 344 | 17 | 3 | 0 | 135 | 143 | 13 | 3 | 141 | 55 |
| Binary | 11100100 | 1111 | 11 | 0 | 1011101 | 1100011 | 1011 | 11 | 1100001 | 101101 |
Color Harmonies of #E40F03
Complementary color
Monochromatic Colors of #E40F03
Black with #E40F03
Text Example
Text Example
White with #E40F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F03; }
p { color: rgb(228,15,3); }
H1.HeaderClassName
{
color: #E40F03;
}
.AnyTagClassName
{
color: #E40F03;
}
</style>
background-color css
<style>
a { background-color: #E40F03; }
a { background-color: rgb(228,15,3); }
div.DivClassName
{
background-color: #E40F03;
}
.BgClassName
{
background-color: #E40F03;
}
</style>
border-color css
<style>
span { border-color: #E40F03; }
span { border-color: rgb(228,15,3); }
td.TdClassName
{
border-color: #E40F03;
}
.TagClassName
{
border-color: #E40F03;
}
</style>