Shades of Crimson #E20A32
Tints of Crimson #E20A32
RGB
CMYK
RGB Variations
Color information
#E20A32 (or 0xE20A32) is known color: Crimson. HEX triplet: E2, 0A and 32. RGB value is (226,10,50). Sum of RGB (Red+Green+Blue) = 226+10+50=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A32 is #1DF5CD. Grayscale: #4F4F4F. Windows color (decimal): -1963470 or 3279586. OLE color: 3279586.
HSL color Cylindrical-coordinate representation of color #E20A32: hue angle of 348.89º 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 #E20A32 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 50 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.11 |
| HSL | 348.89º | 0.92% | 0.46% | - |
| HSV(B) | 348.89º | 0.96% | 0.89% | - |
| XYZ | 32.05 | 16.62 | 4.54 | - |
| YUV | 79.14 | 111.56 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 50 | 0 | 0.96 | 0.78 | 0.11 | 348.89 | 0.92 | 0.46 |
| Hex | E2 | A | 32 | 0 | 60 | 4E | B | 15D | 5C | 2E |
| Octal | 342 | 12 | 62 | 0 | 140 | 116 | 13 | 535 | 134 | 56 |
| Binary | 11100010 | 1010 | 110010 | 0 | 1100000 | 1001110 | 1011 | 101011101 | 1011100 | 101110 |
Color Harmonies of #E20A32
Complementary color
Monochromatic Colors of #E20A32
Black with #E20A32
Text Example
Text Example
White with #E20A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A32; }
p { color: rgb(226,10,50); }
H1.HeaderClassName
{
color: #E20A32;
}
.AnyTagClassName
{
color: #E20A32;
}
</style>
background-color css
<style>
a { background-color: #E20A32; }
a { background-color: rgb(226,10,50); }
div.DivClassName
{
background-color: #E20A32;
}
.BgClassName
{
background-color: #E20A32;
}
</style>
border-color css
<style>
span { border-color: #E20A32; }
span { border-color: rgb(226,10,50); }
td.TdClassName
{
border-color: #E20A32;
}
.TagClassName
{
border-color: #E20A32;
}
</style>