Shades of Red #E40B07
Tints of Red #E40B07
RGB
CMYK
RGB Variations
Color information
#E40B07 (or 0xE40B07) is known color: Red. HEX triplet: E4, 0B and 07. RGB value is (228,11,7). Sum of RGB (Red+Green+Blue) = 228+11+7=246 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.68% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40B07 is #1BF4F8. Grayscale: #4B4B4B. Windows color (decimal): -1832185 or 461796. OLE color: 461796.
HSL color Cylindrical-coordinate representation of color #E40B07: hue angle of 1.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40B07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.11 |
| HSL | 1.09º | 0.94% | 0.46% | - |
| HSV(B) | 1.09º | 0.97% | 0.89% | - |
| XYZ | 32.15 | 16.75 | 1.74 | - |
| YUV | 75.43 | 89.39 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 7 | 0 | 0.95 | 0.97 | 0.11 | 1.09 | 0.94 | 0.46 |
| Hex | E4 | B | 7 | 0 | 5F | 61 | B | 1 | 5E | 2E |
| Octal | 344 | 13 | 7 | 0 | 137 | 141 | 13 | 1 | 136 | 56 |
| Binary | 11100100 | 1011 | 111 | 0 | 1011111 | 1100001 | 1011 | 1 | 1011110 | 101110 |
Color Harmonies of #E40B07
Complementary color
Monochromatic Colors of #E40B07
Black with #E40B07
Text Example
Text Example
White with #E40B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40B07; }
p { color: rgb(228,11,7); }
H1.HeaderClassName
{
color: #E40B07;
}
.AnyTagClassName
{
color: #E40B07;
}
</style>
background-color css
<style>
a { background-color: #E40B07; }
a { background-color: rgb(228,11,7); }
div.DivClassName
{
background-color: #E40B07;
}
.BgClassName
{
background-color: #E40B07;
}
</style>
border-color css
<style>
span { border-color: #E40B07; }
span { border-color: rgb(228,11,7); }
td.TdClassName
{
border-color: #E40B07;
}
.TagClassName
{
border-color: #E40B07;
}
</style>