Shades of Crimson #E41440
Tints of Crimson #E41440
RGB
CMYK
RGB Variations
Color information
#E41440 (or 0xE41440) is known color: Crimson. HEX triplet: E4, 14 and 40. RGB value is (228,20,64). Sum of RGB (Red+Green+Blue) = 228+20+64=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E41440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41440 is #1BEBBF. Grayscale: #575757. Windows color (decimal): -1829824 or 4199652. OLE color: 4199652.
HSL color Cylindrical-coordinate representation of color #E41440: hue angle of 347.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41440 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 64 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.11 |
| HSL | 347.31º | 0.84% | 0.49% | - |
| HSV(B) | 347.31º | 0.91% | 0.89% | - |
| XYZ | 33.17 | 17.36 | 6.45 | - |
| YUV | 87.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 64 | 0 | 0.91 | 0.72 | 0.11 | 347.31 | 0.84 | 0.49 |
| Hex | E4 | 14 | 40 | 0 | 5B | 48 | B | 15B | 54 | 31 |
| Octal | 344 | 24 | 100 | 0 | 133 | 110 | 13 | 533 | 124 | 61 |
| Binary | 11100100 | 10100 | 1000000 | 0 | 1011011 | 1001000 | 1011 | 101011011 | 1010100 | 110001 |
Color Harmonies of #E41440
Complementary color
Monochromatic Colors of #E41440
Black with #E41440
Text Example
Text Example
White with #E41440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41440; }
p { color: rgb(228,20,64); }
H1.HeaderClassName
{
color: #E41440;
}
.AnyTagClassName
{
color: #E41440;
}
</style>
background-color css
<style>
a { background-color: #E41440; }
a { background-color: rgb(228,20,64); }
div.DivClassName
{
background-color: #E41440;
}
.BgClassName
{
background-color: #E41440;
}
</style>
border-color css
<style>
span { border-color: #E41440; }
span { border-color: rgb(228,20,64); }
td.TdClassName
{
border-color: #E41440;
}
.TagClassName
{
border-color: #E41440;
}
</style>