Shades of Crimson #E40B3E
Tints of Crimson #E40B3E
RGB
CMYK
RGB Variations
Color information
#E40B3E (or 0xE40B3E) is known color: Crimson. HEX triplet: E4, 0B and 3E. RGB value is (228,11,62). Sum of RGB (Red+Green+Blue) = 228+11+62=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40B3E is #1BF4C1. Grayscale: #515151. Windows color (decimal): -1832130 or 4066276. OLE color: 4066276.
HSL color Cylindrical-coordinate representation of color #E40B3E: hue angle of 345.9º 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 #E40B3E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.11 |
| HSL | 345.9º | 0.91% | 0.47% | - |
| HSV(B) | 345.9º | 0.95% | 0.89% | - |
| XYZ | 32.98 | 17.08 | 6.12 | - |
| YUV | 81.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 62 | 0 | 0.95 | 0.73 | 0.11 | 345.9 | 0.91 | 0.47 |
| Hex | E4 | B | 3E | 0 | 5F | 49 | B | 15A | 5B | 2F |
| Octal | 344 | 13 | 76 | 0 | 137 | 111 | 13 | 532 | 133 | 57 |
| Binary | 11100100 | 1011 | 111110 | 0 | 1011111 | 1001001 | 1011 | 101011010 | 1011011 | 101111 |
Color Harmonies of #E40B3E
Complementary color
Monochromatic Colors of #E40B3E
Black with #E40B3E
Text Example
Text Example
White with #E40B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40B3E; }
p { color: rgb(228,11,62); }
H1.HeaderClassName
{
color: #E40B3E;
}
.AnyTagClassName
{
color: #E40B3E;
}
</style>
background-color css
<style>
a { background-color: #E40B3E; }
a { background-color: rgb(228,11,62); }
div.DivClassName
{
background-color: #E40B3E;
}
.BgClassName
{
background-color: #E40B3E;
}
</style>
border-color css
<style>
span { border-color: #E40B3E; }
span { border-color: rgb(228,11,62); }
td.TdClassName
{
border-color: #E40B3E;
}
.TagClassName
{
border-color: #E40B3E;
}
</style>