Shades of Crimson #E41442
Tints of Crimson #E41442
RGB
CMYK
RGB Variations
Color information
#E41442 (or 0xE41442) is known color: Crimson. HEX triplet: E4, 14 and 42. RGB value is (228,20,66). Sum of RGB (Red+Green+Blue) = 228+20+66=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E41442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41442 is #1BEBBD. Grayscale: #575757. Windows color (decimal): -1829822 or 4330724. OLE color: 4330724.
HSL color Cylindrical-coordinate representation of color #E41442: hue angle of 346.73º 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 #E41442 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.11 |
| HSL | 346.73º | 0.84% | 0.49% | - |
| HSV(B) | 346.73º | 0.91% | 0.89% | - |
| XYZ | 33.23 | 17.39 | 6.76 | - |
| YUV | 87.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 66 | 0 | 0.91 | 0.71 | 0.11 | 346.73 | 0.84 | 0.49 |
| Hex | E4 | 14 | 42 | 0 | 5B | 47 | B | 15B | 54 | 31 |
| Octal | 344 | 24 | 102 | 0 | 133 | 107 | 13 | 533 | 124 | 61 |
| Binary | 11100100 | 10100 | 1000010 | 0 | 1011011 | 1000111 | 1011 | 101011011 | 1010100 | 110001 |
Color Harmonies of #E41442
Complementary color
Monochromatic Colors of #E41442
Black with #E41442
Text Example
Text Example
White with #E41442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41442; }
p { color: rgb(228,20,66); }
H1.HeaderClassName
{
color: #E41442;
}
.AnyTagClassName
{
color: #E41442;
}
</style>
background-color css
<style>
a { background-color: #E41442; }
a { background-color: rgb(228,20,66); }
div.DivClassName
{
background-color: #E41442;
}
.BgClassName
{
background-color: #E41442;
}
</style>
border-color css
<style>
span { border-color: #E41442; }
span { border-color: rgb(228,20,66); }
td.TdClassName
{
border-color: #E41442;
}
.TagClassName
{
border-color: #E41442;
}
</style>