Shades of Crimson #E40029
Tints of Crimson #E40029
RGB
CMYK
RGB Variations
Color information
#E40029 (or 0xE40029) is known color: Crimson. HEX triplet: E4, 00 and 29. RGB value is (228,0,41). Sum of RGB (Red+Green+Blue) = 228+0+41=269 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.76% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 228 - color contains mainly: red. Hex color #E40029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40029 is #1BFFD6. Grayscale: #484848. Windows color (decimal): -1834967 or 2687204. OLE color: 2687204.
HSL color Cylindrical-coordinate representation of color #E40029: hue angle of 349.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40029 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.82 | 0.11 |
| HSL | 349.21º | 1% | 0.45% | - |
| HSV(B) | 349.21º | 1% | 0.89% | - |
| XYZ | 32.4 | 16.65 | 3.6 | - |
| YUV | 72.85 | 110.04 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 41 | 0 | 1 | 0.82 | 0.11 | 349.21 | 1 | 0.45 |
| Hex | E4 | 0 | 29 | 0 | 64 | 52 | B | 15D | 64 | 2D |
| Octal | 344 | 0 | 51 | 0 | 144 | 122 | 13 | 535 | 144 | 55 |
| Binary | 11100100 | 0 | 101001 | 0 | 1100100 | 1010010 | 1011 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E40029
Complementary color
Monochromatic Colors of #E40029
Black with #E40029
Text Example
Text Example
White with #E40029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40029; }
p { color: rgb(228,0,41); }
H1.HeaderClassName
{
color: #E40029;
}
.AnyTagClassName
{
color: #E40029;
}
</style>
background-color css
<style>
a { background-color: #E40029; }
a { background-color: rgb(228,0,41); }
div.DivClassName
{
background-color: #E40029;
}
.BgClassName
{
background-color: #E40029;
}
</style>
border-color css
<style>
span { border-color: #E40029; }
span { border-color: rgb(228,0,41); }
td.TdClassName
{
border-color: #E40029;
}
.TagClassName
{
border-color: #E40029;
}
</style>