Shades of Crimson #E40129
Tints of Crimson #E40129
RGB
CMYK
RGB Variations
Color information
#E40129 (or 0xE40129) is known color: Crimson. HEX triplet: E4, 01 and 29. RGB value is (228,1,41). Sum of RGB (Red+Green+Blue) = 228+1+41=270 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.44% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 228 - color contains mainly: red. Hex color #E40129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40129 is #1BFED6. Grayscale: #494949. Windows color (decimal): -1834711 or 2687460. OLE color: 2687460.
HSL color Cylindrical-coordinate representation of color #E40129: hue angle of 349.43º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40129 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.11 |
| HSL | 349.43º | 0.99% | 0.45% | - |
| HSV(B) | 349.43º | 1% | 0.89% | - |
| XYZ | 32.41 | 16.68 | 3.61 | - |
| YUV | 73.43 | 109.71 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 41 | 0 | 1.00 | 0.82 | 0.11 | 349.43 | 0.99 | 0.45 |
| Hex | E4 | 1 | 29 | 0 | 64 | 52 | B | 15D | 63 | 2D |
| Octal | 344 | 1 | 51 | 0 | 144 | 122 | 13 | 535 | 143 | 55 |
| Binary | 11100100 | 1 | 101001 | 0 | 1100100 | 1010010 | 1011 | 101011101 | 1100011 | 101101 |
Color Harmonies of #E40129
Complementary color
Monochromatic Colors of #E40129
Black with #E40129
Text Example
Text Example
White with #E40129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40129; }
p { color: rgb(228,1,41); }
H1.HeaderClassName
{
color: #E40129;
}
.AnyTagClassName
{
color: #E40129;
}
</style>
background-color css
<style>
a { background-color: #E40129; }
a { background-color: rgb(228,1,41); }
div.DivClassName
{
background-color: #E40129;
}
.BgClassName
{
background-color: #E40129;
}
</style>
border-color css
<style>
span { border-color: #E40129; }
span { border-color: rgb(228,1,41); }
td.TdClassName
{
border-color: #E40129;
}
.TagClassName
{
border-color: #E40129;
}
</style>