Shades of Crimson #E20932
Tints of Crimson #E20932
RGB
CMYK
RGB Variations
Color information
#E20932 (or 0xE20932) is known color: Crimson. HEX triplet: E2, 09 and 32. RGB value is (226,9,50). Sum of RGB (Red+Green+Blue) = 226+9+50=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E20932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20932 is #1DF6CD. Grayscale: #4E4E4E. Windows color (decimal): -1963726 or 3279330. OLE color: 3279330.
HSL color Cylindrical-coordinate representation of color #E20932: hue angle of 348.66º 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 #E20932 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 50 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.11 |
| HSL | 348.66º | 0.92% | 0.46% | - |
| HSV(B) | 348.66º | 0.96% | 0.89% | - |
| XYZ | 32.04 | 16.59 | 4.53 | - |
| YUV | 78.56 | 111.89 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 50 | 0 | 0.96 | 0.78 | 0.11 | 348.66 | 0.92 | 0.46 |
| Hex | E2 | 9 | 32 | 0 | 60 | 4E | B | 15D | 5C | 2E |
| Octal | 342 | 11 | 62 | 0 | 140 | 116 | 13 | 535 | 134 | 56 |
| Binary | 11100010 | 1001 | 110010 | 0 | 1100000 | 1001110 | 1011 | 101011101 | 1011100 | 101110 |
Color Harmonies of #E20932
Complementary color
Monochromatic Colors of #E20932
Black with #E20932
Text Example
Text Example
White with #E20932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20932; }
p { color: rgb(226,9,50); }
H1.HeaderClassName
{
color: #E20932;
}
.AnyTagClassName
{
color: #E20932;
}
</style>
background-color css
<style>
a { background-color: #E20932; }
a { background-color: rgb(226,9,50); }
div.DivClassName
{
background-color: #E20932;
}
.BgClassName
{
background-color: #E20932;
}
</style>
border-color css
<style>
span { border-color: #E20932; }
span { border-color: rgb(226,9,50); }
td.TdClassName
{
border-color: #E20932;
}
.TagClassName
{
border-color: #E20932;
}
</style>