Shades of Red #E40C01
Tints of Red #E40C01
RGB
CMYK
RGB Variations
Color information
#E40C01 (or 0xE40C01) is known color: Red. HEX triplet: E4, 0C and 01. RGB value is (228,12,1). Sum of RGB (Red+Green+Blue) = 228+12+1=241 (31% of max value = 765). Red value is 228 (89.45% from 255 or 94.61% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40C01 is #1BF3FE. Grayscale: #4B4B4B. Windows color (decimal): -1831935 or 68836. OLE color: 68836.
HSL color Cylindrical-coordinate representation of color #E40C01: hue angle of 2.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40C01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.11 |
| HSL | 2.91º | 0.99% | 0.45% | - |
| HSV(B) | 2.91º | 1% | 0.89% | - |
| XYZ | 32.13 | 16.76 | 1.57 | - |
| YUV | 75.33 | 86.06 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 1 | 0 | 0.95 | 1.00 | 0.11 | 2.91 | 0.99 | 0.45 |
| Hex | E4 | C | 1 | 0 | 5F | 64 | B | 3 | 63 | 2D |
| Octal | 344 | 14 | 1 | 0 | 137 | 144 | 13 | 3 | 143 | 55 |
| Binary | 11100100 | 1100 | 1 | 0 | 1011111 | 1100100 | 1011 | 11 | 1100011 | 101101 |
Color Harmonies of #E40C01
Complementary color
Monochromatic Colors of #E40C01
Black with #E40C01
Text Example
Text Example
White with #E40C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40C01; }
p { color: rgb(228,12,1); }
H1.HeaderClassName
{
color: #E40C01;
}
.AnyTagClassName
{
color: #E40C01;
}
</style>
background-color css
<style>
a { background-color: #E40C01; }
a { background-color: rgb(228,12,1); }
div.DivClassName
{
background-color: #E40C01;
}
.BgClassName
{
background-color: #E40C01;
}
</style>
border-color css
<style>
span { border-color: #E40C01; }
span { border-color: rgb(228,12,1); }
td.TdClassName
{
border-color: #E40C01;
}
.TagClassName
{
border-color: #E40C01;
}
</style>