Shades of Red #E40C04
Tints of Red #E40C04
RGB
CMYK
RGB Variations
Color information
#E40C04 (or 0xE40C04) is known color: Red. HEX triplet: E4, 0C and 04. RGB value is (228,12,4). Sum of RGB (Red+Green+Blue) = 228+12+4=244 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.44% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40C04 is #1BF3FB. Grayscale: #4B4B4B. Windows color (decimal): -1831932 or 265444. OLE color: 265444.
HSL color Cylindrical-coordinate representation of color #E40C04: hue angle of 2.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.11 |
| HSL | 2.14º | 0.97% | 0.45% | - |
| HSV(B) | 2.14º | 0.98% | 0.89% | - |
| XYZ | 32.15 | 16.77 | 1.66 | - |
| YUV | 75.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 4 | 0 | 0.95 | 0.98 | 0.11 | 2.14 | 0.97 | 0.45 |
| Hex | E4 | C | 4 | 0 | 5F | 62 | B | 2 | 61 | 2D |
| Octal | 344 | 14 | 4 | 0 | 137 | 142 | 13 | 2 | 141 | 55 |
| Binary | 11100100 | 1100 | 100 | 0 | 1011111 | 1100010 | 1011 | 10 | 1100001 | 101101 |
Color Harmonies of #E40C04
Complementary color
Monochromatic Colors of #E40C04
Black with #E40C04
Text Example
Text Example
White with #E40C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40C04; }
p { color: rgb(228,12,4); }
H1.HeaderClassName
{
color: #E40C04;
}
.AnyTagClassName
{
color: #E40C04;
}
</style>
background-color css
<style>
a { background-color: #E40C04; }
a { background-color: rgb(228,12,4); }
div.DivClassName
{
background-color: #E40C04;
}
.BgClassName
{
background-color: #E40C04;
}
</style>
border-color css
<style>
span { border-color: #E40C04; }
span { border-color: rgb(228,12,4); }
td.TdClassName
{
border-color: #E40C04;
}
.TagClassName
{
border-color: #E40C04;
}
</style>