Shades of Crimson #E41634
Tints of Crimson #E41634
RGB
CMYK
RGB Variations
Color information
#E41634 (or 0xE41634) is known color: Crimson. HEX triplet: E4, 16 and 34. RGB value is (228,22,52). Sum of RGB (Red+Green+Blue) = 228+22+52=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E41634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41634 is #1BE9CB. Grayscale: #575757. Windows color (decimal): -1829324 or 3413732. OLE color: 3413732.
HSL color Cylindrical-coordinate representation of color #E41634: hue angle of 351.26º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41634 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 52 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.11 |
| HSL | 351.26º | 0.82% | 0.49% | - |
| HSV(B) | 351.26º | 0.9% | 0.89% | - |
| XYZ | 32.9 | 17.32 | 4.86 | - |
| YUV | 87.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 52 | 0 | 0.90 | 0.77 | 0.11 | 351.26 | 0.82 | 0.49 |
| Hex | E4 | 16 | 34 | 0 | 5A | 4D | B | 15F | 52 | 31 |
| Octal | 344 | 26 | 64 | 0 | 132 | 115 | 13 | 537 | 122 | 61 |
| Binary | 11100100 | 10110 | 110100 | 0 | 1011010 | 1001101 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E41634
Complementary color
Monochromatic Colors of #E41634
Black with #E41634
Text Example
Text Example
White with #E41634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41634; }
p { color: rgb(228,22,52); }
H1.HeaderClassName
{
color: #E41634;
}
.AnyTagClassName
{
color: #E41634;
}
</style>
background-color css
<style>
a { background-color: #E41634; }
a { background-color: rgb(228,22,52); }
div.DivClassName
{
background-color: #E41634;
}
.BgClassName
{
background-color: #E41634;
}
</style>
border-color css
<style>
span { border-color: #E41634; }
span { border-color: rgb(228,22,52); }
td.TdClassName
{
border-color: #E41634;
}
.TagClassName
{
border-color: #E41634;
}
</style>