Shades of Crimson #E41429
Tints of Crimson #E41429
RGB
CMYK
RGB Variations
Color information
#E41429 (or 0xE41429) is known color: Crimson. HEX triplet: E4, 14 and 29. RGB value is (228,20,41). Sum of RGB (Red+Green+Blue) = 228+20+41=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E41429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41429 is #1BEBD6. Grayscale: #545454. Windows color (decimal): -1829847 or 2692324. OLE color: 2692324.
HSL color Cylindrical-coordinate representation of color #E41429: hue angle of 353.94º 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 #E41429 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.11 |
| HSL | 353.94º | 0.84% | 0.49% | - |
| HSV(B) | 353.94º | 0.91% | 0.89% | - |
| XYZ | 32.65 | 17.15 | 3.69 | - |
| YUV | 84.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 41 | 0 | 0.91 | 0.82 | 0.11 | 353.94 | 0.84 | 0.49 |
| Hex | E4 | 14 | 29 | 0 | 5B | 52 | B | 162 | 54 | 31 |
| Octal | 344 | 24 | 51 | 0 | 133 | 122 | 13 | 542 | 124 | 61 |
| Binary | 11100100 | 10100 | 101001 | 0 | 1011011 | 1010010 | 1011 | 101100010 | 1010100 | 110001 |
Color Harmonies of #E41429
Complementary color
Monochromatic Colors of #E41429
Black with #E41429
Text Example
Text Example
White with #E41429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41429; }
p { color: rgb(228,20,41); }
H1.HeaderClassName
{
color: #E41429;
}
.AnyTagClassName
{
color: #E41429;
}
</style>
background-color css
<style>
a { background-color: #E41429; }
a { background-color: rgb(228,20,41); }
div.DivClassName
{
background-color: #E41429;
}
.BgClassName
{
background-color: #E41429;
}
</style>
border-color css
<style>
span { border-color: #E41429; }
span { border-color: rgb(228,20,41); }
td.TdClassName
{
border-color: #E41429;
}
.TagClassName
{
border-color: #E41429;
}
</style>