Shades of Red #E40C0B
Tints of Red #E40C0B
RGB
CMYK
RGB Variations
Color information
#E40C0B (or 0xE40C0B) is known color: Red. HEX triplet: E4, 0C and 0B. RGB value is (228,12,11). Sum of RGB (Red+Green+Blue) = 228+12+11=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40C0B is #1BF3F4. Grayscale: #4C4C4C. Windows color (decimal): -1831925 or 724196. OLE color: 724196.
HSL color Cylindrical-coordinate representation of color #E40C0B: hue angle of 0.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40C0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.11 |
| HSL | 0.28º | 0.91% | 0.47% | - |
| HSV(B) | 0.28º | 0.95% | 0.89% | - |
| XYZ | 32.19 | 16.78 | 1.86 | - |
| YUV | 76.47 | 91.06 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 11 | 0 | 0.95 | 0.95 | 0.11 | 0.28 | 0.91 | 0.47 |
| Hex | E4 | C | B | 0 | 5F | 5F | B | 0 | 5B | 2F |
| Octal | 344 | 14 | 13 | 0 | 137 | 137 | 13 | 0 | 133 | 57 |
| Binary | 11100100 | 1100 | 1011 | 0 | 1011111 | 1011111 | 1011 | 0 | 1011011 | 101111 |
Color Harmonies of #E40C0B
Complementary color
Monochromatic Colors of #E40C0B
Black with #E40C0B
Text Example
Text Example
White with #E40C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40C0B; }
p { color: rgb(228,12,11); }
H1.HeaderClassName
{
color: #E40C0B;
}
.AnyTagClassName
{
color: #E40C0B;
}
</style>
background-color css
<style>
a { background-color: #E40C0B; }
a { background-color: rgb(228,12,11); }
div.DivClassName
{
background-color: #E40C0B;
}
.BgClassName
{
background-color: #E40C0B;
}
</style>
border-color css
<style>
span { border-color: #E40C0B; }
span { border-color: rgb(228,12,11); }
td.TdClassName
{
border-color: #E40C0B;
}
.TagClassName
{
border-color: #E40C0B;
}
</style>