Shades of Red #E40B09
Tints of Red #E40B09
RGB
CMYK
RGB Variations
Color information
#E40B09 (or 0xE40B09) is known color: Red. HEX triplet: E4, 0B and 09. RGB value is (228,11,9). Sum of RGB (Red+Green+Blue) = 228+11+9=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40B09 is #1BF4F6. Grayscale: #4B4B4B. Windows color (decimal): -1832183 or 592868. OLE color: 592868.
HSL color Cylindrical-coordinate representation of color #E40B09: hue angle of 0.55º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.11 |
| HSL | 0.55º | 0.92% | 0.46% | - |
| HSV(B) | 0.55º | 0.96% | 0.89% | - |
| XYZ | 32.16 | 16.75 | 1.8 | - |
| YUV | 75.66 | 90.39 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 9 | 0 | 0.95 | 0.96 | 0.11 | 0.55 | 0.92 | 0.46 |
| Hex | E4 | B | 9 | 0 | 5F | 60 | B | 1 | 5C | 2E |
| Octal | 344 | 13 | 11 | 0 | 137 | 140 | 13 | 1 | 134 | 56 |
| Binary | 11100100 | 1011 | 1001 | 0 | 1011111 | 1100000 | 1011 | 1 | 1011100 | 101110 |
Color Harmonies of #E40B09
Complementary color
Monochromatic Colors of #E40B09
Black with #E40B09
Text Example
Text Example
White with #E40B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40B09; }
p { color: rgb(228,11,9); }
H1.HeaderClassName
{
color: #E40B09;
}
.AnyTagClassName
{
color: #E40B09;
}
</style>
background-color css
<style>
a { background-color: #E40B09; }
a { background-color: rgb(228,11,9); }
div.DivClassName
{
background-color: #E40B09;
}
.BgClassName
{
background-color: #E40B09;
}
</style>
border-color css
<style>
span { border-color: #E40B09; }
span { border-color: rgb(228,11,9); }
td.TdClassName
{
border-color: #E40B09;
}
.TagClassName
{
border-color: #E40B09;
}
</style>