Shades of Crimson #E20529
Tints of Crimson #E20529
RGB
CMYK
RGB Variations
Color information
#E20529 (or 0xE20529) is known color: Crimson. HEX triplet: E2, 05 and 29. RGB value is (226,5,41). Sum of RGB (Red+Green+Blue) = 226+5+41=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E20529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20529 is #1DFAD6. Grayscale: #4B4B4B. Windows color (decimal): -1964759 or 2688482. OLE color: 2688482.
HSL color Cylindrical-coordinate representation of color #E20529: hue angle of 350.23º degrees, saturation: 0.96, 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 #E20529 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.11 |
| HSL | 350.23º | 0.96% | 0.45% | - |
| HSV(B) | 350.23º | 0.98% | 0.89% | - |
| XYZ | 31.82 | 16.44 | 3.59 | - |
| YUV | 75.18 | 108.72 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 41 | 0 | 0.98 | 0.82 | 0.11 | 350.23 | 0.96 | 0.45 |
| Hex | E2 | 5 | 29 | 0 | 62 | 52 | B | 15E | 60 | 2D |
| Octal | 342 | 5 | 51 | 0 | 142 | 122 | 13 | 536 | 140 | 55 |
| Binary | 11100010 | 101 | 101001 | 0 | 1100010 | 1010010 | 1011 | 101011110 | 1100000 | 101101 |
Color Harmonies of #E20529
Complementary color
Monochromatic Colors of #E20529
Black with #E20529
Text Example
Text Example
White with #E20529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20529; }
p { color: rgb(226,5,41); }
H1.HeaderClassName
{
color: #E20529;
}
.AnyTagClassName
{
color: #E20529;
}
</style>
background-color css
<style>
a { background-color: #E20529; }
a { background-color: rgb(226,5,41); }
div.DivClassName
{
background-color: #E20529;
}
.BgClassName
{
background-color: #E20529;
}
</style>
border-color css
<style>
span { border-color: #E20529; }
span { border-color: rgb(226,5,41); }
td.TdClassName
{
border-color: #E20529;
}
.TagClassName
{
border-color: #E20529;
}
</style>