Shades of Red #E40301
Tints of Red #E40301
RGB
CMYK
RGB Variations
Color information
#E40301 (or 0xE40301) is known color: Red. HEX triplet: E4, 03 and 01. RGB value is (228,3,1). Sum of RGB (Red+Green+Blue) = 228+3+1=232 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.28% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 228 - color contains mainly: red. Hex color #E40301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40301 is #1BFCFE. Grayscale: #464646. Windows color (decimal): -1834239 or 66532. OLE color: 66532.
HSL color Cylindrical-coordinate representation of color #E40301: hue angle of 0.53º 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 #E40301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.11 |
| HSL | 0.53º | 0.99% | 0.45% | - |
| HSV(B) | 0.53º | 1% | 0.89% | - |
| XYZ | 32.03 | 16.56 | 1.54 | - |
| YUV | 70.05 | 89.04 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 1 | 0 | 0.99 | 1.00 | 0.11 | 0.53 | 0.99 | 0.45 |
| Hex | E4 | 3 | 1 | 0 | 63 | 64 | B | 1 | 63 | 2D |
| Octal | 344 | 3 | 1 | 0 | 143 | 144 | 13 | 1 | 143 | 55 |
| Binary | 11100100 | 11 | 1 | 0 | 1100011 | 1100100 | 1011 | 1 | 1100011 | 101101 |
Color Harmonies of #E40301
Complementary color
Monochromatic Colors of #E40301
Black with #E40301
Text Example
Text Example
White with #E40301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40301; }
p { color: rgb(228,3,1); }
H1.HeaderClassName
{
color: #E40301;
}
.AnyTagClassName
{
color: #E40301;
}
</style>
background-color css
<style>
a { background-color: #E40301; }
a { background-color: rgb(228,3,1); }
div.DivClassName
{
background-color: #E40301;
}
.BgClassName
{
background-color: #E40301;
}
</style>
border-color css
<style>
span { border-color: #E40301; }
span { border-color: rgb(228,3,1); }
td.TdClassName
{
border-color: #E40301;
}
.TagClassName
{
border-color: #E40301;
}
</style>