Shades of Red #E40F0A
Tints of Red #E40F0A
RGB
CMYK
RGB Variations
Color information
#E40F0A (or 0xE40F0A) is known color: Red. HEX triplet: E4, 0F and 0A. RGB value is (228,15,10). Sum of RGB (Red+Green+Blue) = 228+15+10=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40F0A is #1BF0F5. Grayscale: #4E4E4E. Windows color (decimal): -1831158 or 659428. OLE color: 659428.
HSL color Cylindrical-coordinate representation of color #E40F0A: hue angle of 1.38º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40F0A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 10 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.11 |
| HSL | 1.38º | 0.92% | 0.47% | - |
| HSV(B) | 1.38º | 0.96% | 0.89% | - |
| XYZ | 32.22 | 16.86 | 1.84 | - |
| YUV | 78.12 | 89.57 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 10 | 0 | 0.93 | 0.96 | 0.11 | 1.38 | 0.92 | 0.47 |
| Hex | E4 | F | A | 0 | 5D | 60 | B | 1 | 5C | 2F |
| Octal | 344 | 17 | 12 | 0 | 135 | 140 | 13 | 1 | 134 | 57 |
| Binary | 11100100 | 1111 | 1010 | 0 | 1011101 | 1100000 | 1011 | 1 | 1011100 | 101111 |
Color Harmonies of #E40F0A
Complementary color
Monochromatic Colors of #E40F0A
Black with #E40F0A
Text Example
Text Example
White with #E40F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40F0A; }
p { color: rgb(228,15,10); }
H1.HeaderClassName
{
color: #E40F0A;
}
.AnyTagClassName
{
color: #E40F0A;
}
</style>
background-color css
<style>
a { background-color: #E40F0A; }
a { background-color: rgb(228,15,10); }
div.DivClassName
{
background-color: #E40F0A;
}
.BgClassName
{
background-color: #E40F0A;
}
</style>
border-color css
<style>
span { border-color: #E40F0A; }
span { border-color: rgb(228,15,10); }
td.TdClassName
{
border-color: #E40F0A;
}
.TagClassName
{
border-color: #E40F0A;
}
</style>