Shades of Crimson #E40429
Tints of Crimson #E40429
RGB
CMYK
RGB Variations
Color information
#E40429 (or 0xE40429) is known color: Crimson. HEX triplet: E4, 04 and 29. RGB value is (228,4,41). Sum of RGB (Red+Green+Blue) = 228+4+41=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E40429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40429 is #1BFBD6. Grayscale: #4B4B4B. Windows color (decimal): -1833943 or 2688228. OLE color: 2688228.
HSL color Cylindrical-coordinate representation of color #E40429: hue angle of 350.09º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40429 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.11 |
| HSL | 350.09º | 0.97% | 0.45% | - |
| HSV(B) | 350.09º | 0.98% | 0.89% | - |
| XYZ | 32.44 | 16.74 | 3.62 | - |
| YUV | 75.19 | 108.71 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 41 | 0 | 0.98 | 0.82 | 0.11 | 350.09 | 0.97 | 0.45 |
| Hex | E4 | 4 | 29 | 0 | 62 | 52 | B | 15E | 61 | 2D |
| Octal | 344 | 4 | 51 | 0 | 142 | 122 | 13 | 536 | 141 | 55 |
| Binary | 11100100 | 100 | 101001 | 0 | 1100010 | 1010010 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E40429
Complementary color
Monochromatic Colors of #E40429
Black with #E40429
Text Example
Text Example
White with #E40429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40429; }
p { color: rgb(228,4,41); }
H1.HeaderClassName
{
color: #E40429;
}
.AnyTagClassName
{
color: #E40429;
}
</style>
background-color css
<style>
a { background-color: #E40429; }
a { background-color: rgb(228,4,41); }
div.DivClassName
{
background-color: #E40429;
}
.BgClassName
{
background-color: #E40429;
}
</style>
border-color css
<style>
span { border-color: #E40429; }
span { border-color: rgb(228,4,41); }
td.TdClassName
{
border-color: #E40429;
}
.TagClassName
{
border-color: #E40429;
}
</style>