Shades of Crimson #E41332
Tints of Crimson #E41332
RGB
CMYK
RGB Variations
Color information
#E41332 (or 0xE41332) is known color: Crimson. HEX triplet: E4, 13 and 32. RGB value is (228,19,50). Sum of RGB (Red+Green+Blue) = 228+19+50=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E41332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41332 is #1BECCD. Grayscale: #555555. Windows color (decimal): -1830094 or 3281892. OLE color: 3281892.
HSL color Cylindrical-coordinate representation of color #E41332: hue angle of 351.1º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41332 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 50 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.11 |
| HSL | 351.1º | 0.85% | 0.48% | - |
| HSV(B) | 351.1º | 0.92% | 0.89% | - |
| XYZ | 32.8 | 17.19 | 4.61 | - |
| YUV | 85.03 | 108.24 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 50 | 0 | 0.92 | 0.78 | 0.11 | 351.1 | 0.85 | 0.48 |
| Hex | E4 | 13 | 32 | 0 | 5C | 4E | B | 15F | 55 | 30 |
| Octal | 344 | 23 | 62 | 0 | 134 | 116 | 13 | 537 | 125 | 60 |
| Binary | 11100100 | 10011 | 110010 | 0 | 1011100 | 1001110 | 1011 | 101011111 | 1010101 | 110000 |
Color Harmonies of #E41332
Complementary color
Monochromatic Colors of #E41332
Black with #E41332
Text Example
Text Example
White with #E41332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41332; }
p { color: rgb(228,19,50); }
H1.HeaderClassName
{
color: #E41332;
}
.AnyTagClassName
{
color: #E41332;
}
</style>
background-color css
<style>
a { background-color: #E41332; }
a { background-color: rgb(228,19,50); }
div.DivClassName
{
background-color: #E41332;
}
.BgClassName
{
background-color: #E41332;
}
</style>
border-color css
<style>
span { border-color: #E41332; }
span { border-color: rgb(228,19,50); }
td.TdClassName
{
border-color: #E41332;
}
.TagClassName
{
border-color: #E41332;
}
</style>