Shades of Crimson #E41632
Tints of Crimson #E41632
RGB
CMYK
RGB Variations
Color information
#E41632 (or 0xE41632) is known color: Crimson. HEX triplet: E4, 16 and 32. RGB value is (228,22,50). Sum of RGB (Red+Green+Blue) = 228+22+50=300 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 228 - color contains mainly: red. Hex color #E41632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41632 is #1BE9CD. Grayscale: #565656. Windows color (decimal): -1829326 or 3282660. OLE color: 3282660.
HSL color Cylindrical-coordinate representation of color #E41632: hue angle of 351.84º 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 #E41632 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 50 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.11 |
| HSL | 351.84º | 0.82% | 0.49% | - |
| HSV(B) | 351.84º | 0.9% | 0.89% | - |
| XYZ | 32.86 | 17.3 | 4.62 | - |
| YUV | 86.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 50 | 0 | 0.90 | 0.78 | 0.11 | 351.84 | 0.82 | 0.49 |
| Hex | E4 | 16 | 32 | 0 | 5A | 4E | B | 160 | 52 | 31 |
| Octal | 344 | 26 | 62 | 0 | 132 | 116 | 13 | 540 | 122 | 61 |
| Binary | 11100100 | 10110 | 110010 | 0 | 1011010 | 1001110 | 1011 | 101100000 | 1010010 | 110001 |
Color Harmonies of #E41632
Complementary color
Monochromatic Colors of #E41632
Black with #E41632
Text Example
Text Example
White with #E41632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41632; }
p { color: rgb(228,22,50); }
H1.HeaderClassName
{
color: #E41632;
}
.AnyTagClassName
{
color: #E41632;
}
</style>
background-color css
<style>
a { background-color: #E41632; }
a { background-color: rgb(228,22,50); }
div.DivClassName
{
background-color: #E41632;
}
.BgClassName
{
background-color: #E41632;
}
</style>
border-color css
<style>
span { border-color: #E41632; }
span { border-color: rgb(228,22,50); }
td.TdClassName
{
border-color: #E41632;
}
.TagClassName
{
border-color: #E41632;
}
</style>