Shades of Crimson #E20429
Tints of Crimson #E20429
RGB
CMYK
RGB Variations
Color information
#E20429 (or 0xE20429) is known color: Crimson. HEX triplet: E2, 04 and 29. RGB value is (226,4,41). Sum of RGB (Red+Green+Blue) = 226+4+41=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E20429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20429 is #1DFBD6. Grayscale: #4A4A4A. Windows color (decimal): -1965015 or 2688226. OLE color: 2688226.
HSL color Cylindrical-coordinate representation of color #E20429: hue angle of 350º 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 #E20429 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.11 |
| HSL | 350º | 0.97% | 0.45% | - |
| HSV(B) | 350º | 0.98% | 0.89% | - |
| XYZ | 31.81 | 16.42 | 3.59 | - |
| YUV | 74.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 41 | 0 | 0.98 | 0.82 | 0.11 | 350 | 0.97 | 0.45 |
| Hex | E2 | 4 | 29 | 0 | 62 | 52 | B | 15E | 61 | 2D |
| Octal | 342 | 4 | 51 | 0 | 142 | 122 | 13 | 536 | 141 | 55 |
| Binary | 11100010 | 100 | 101001 | 0 | 1100010 | 1010010 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E20429
Complementary color
Monochromatic Colors of #E20429
Black with #E20429
Text Example
Text Example
White with #E20429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20429; }
p { color: rgb(226,4,41); }
H1.HeaderClassName
{
color: #E20429;
}
.AnyTagClassName
{
color: #E20429;
}
</style>
background-color css
<style>
a { background-color: #E20429; }
a { background-color: rgb(226,4,41); }
div.DivClassName
{
background-color: #E20429;
}
.BgClassName
{
background-color: #E20429;
}
</style>
border-color css
<style>
span { border-color: #E20429; }
span { border-color: rgb(226,4,41); }
td.TdClassName
{
border-color: #E20429;
}
.TagClassName
{
border-color: #E20429;
}
</style>