Shades of Crimson #E20929
Tints of Crimson #E20929
RGB
CMYK
RGB Variations
Color information
#E20929 (or 0xE20929) is known color: Crimson. HEX triplet: E2, 09 and 29. RGB value is (226,9,41). Sum of RGB (Red+Green+Blue) = 226+9+41=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E20929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20929 is #1DF6D6. Grayscale: #4D4D4D. Windows color (decimal): -1963735 or 2689506. OLE color: 2689506.
HSL color Cylindrical-coordinate representation of color #E20929: hue angle of 351.15º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20929 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 41 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.11 |
| HSL | 351.15º | 0.92% | 0.46% | - |
| HSV(B) | 351.15º | 0.96% | 0.89% | - |
| XYZ | 31.86 | 16.52 | 3.61 | - |
| YUV | 77.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 41 | 0 | 0.96 | 0.82 | 0.11 | 351.15 | 0.92 | 0.46 |
| Hex | E2 | 9 | 29 | 0 | 60 | 52 | B | 15F | 5C | 2E |
| Octal | 342 | 11 | 51 | 0 | 140 | 122 | 13 | 537 | 134 | 56 |
| Binary | 11100010 | 1001 | 101001 | 0 | 1100000 | 1010010 | 1011 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E20929
Complementary color
Monochromatic Colors of #E20929
Black with #E20929
Text Example
Text Example
White with #E20929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20929; }
p { color: rgb(226,9,41); }
H1.HeaderClassName
{
color: #E20929;
}
.AnyTagClassName
{
color: #E20929;
}
</style>
background-color css
<style>
a { background-color: #E20929; }
a { background-color: rgb(226,9,41); }
div.DivClassName
{
background-color: #E20929;
}
.BgClassName
{
background-color: #E20929;
}
</style>
border-color css
<style>
span { border-color: #E20929; }
span { border-color: rgb(226,9,41); }
td.TdClassName
{
border-color: #E20929;
}
.TagClassName
{
border-color: #E20929;
}
</style>