Shades of Crimson #E41534
Tints of Crimson #E41534
RGB
CMYK
RGB Variations
Color information
#E41534 (or 0xE41534) is known color: Crimson. HEX triplet: E4, 15 and 34. RGB value is (228,21,52). Sum of RGB (Red+Green+Blue) = 228+21+52=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E41534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41534 is #1BEACB. Grayscale: #565656. Windows color (decimal): -1829580 or 3413476. OLE color: 3413476.
HSL color Cylindrical-coordinate representation of color #E41534: hue angle of 351.01º degrees, saturation: 0.83, 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 #E41534 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 52 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.11 |
| HSL | 351.01º | 0.83% | 0.49% | - |
| HSV(B) | 351.01º | 0.91% | 0.89% | - |
| XYZ | 32.88 | 17.28 | 4.85 | - |
| YUV | 86.43 | 108.58 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 52 | 0 | 0.91 | 0.77 | 0.11 | 351.01 | 0.83 | 0.49 |
| Hex | E4 | 15 | 34 | 0 | 5B | 4D | B | 15F | 53 | 31 |
| Octal | 344 | 25 | 64 | 0 | 133 | 115 | 13 | 537 | 123 | 61 |
| Binary | 11100100 | 10101 | 110100 | 0 | 1011011 | 1001101 | 1011 | 101011111 | 1010011 | 110001 |
Color Harmonies of #E41534
Complementary color
Monochromatic Colors of #E41534
Black with #E41534
Text Example
Text Example
White with #E41534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41534; }
p { color: rgb(228,21,52); }
H1.HeaderClassName
{
color: #E41534;
}
.AnyTagClassName
{
color: #E41534;
}
</style>
background-color css
<style>
a { background-color: #E41534; }
a { background-color: rgb(228,21,52); }
div.DivClassName
{
background-color: #E41534;
}
.BgClassName
{
background-color: #E41534;
}
</style>
border-color css
<style>
span { border-color: #E41534; }
span { border-color: rgb(228,21,52); }
td.TdClassName
{
border-color: #E41534;
}
.TagClassName
{
border-color: #E41534;
}
</style>