Shades of Crimson #E20A27
Tints of Crimson #E20A27
RGB
CMYK
RGB Variations
Color information
#E20A27 (or 0xE20A27) is known color: Crimson. HEX triplet: E2, 0A and 27. RGB value is (226,10,39). Sum of RGB (Red+Green+Blue) = 226+10+39=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A27 is #1DF5D8. Grayscale: #4D4D4D. Windows color (decimal): -1963481 or 2558690. OLE color: 2558690.
HSL color Cylindrical-coordinate representation of color #E20A27: hue angle of 351.94º 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 #E20A27 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.11 |
| HSL | 351.94º | 0.92% | 0.46% | - |
| HSV(B) | 351.94º | 0.96% | 0.89% | - |
| XYZ | 31.84 | 16.53 | 3.43 | - |
| YUV | 77.89 | 106.06 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 39 | 0 | 0.96 | 0.83 | 0.11 | 351.94 | 0.92 | 0.46 |
| Hex | E2 | A | 27 | 0 | 60 | 53 | B | 160 | 5C | 2E |
| Octal | 342 | 12 | 47 | 0 | 140 | 123 | 13 | 540 | 134 | 56 |
| Binary | 11100010 | 1010 | 100111 | 0 | 1100000 | 1010011 | 1011 | 101100000 | 1011100 | 101110 |
Color Harmonies of #E20A27
Complementary color
Monochromatic Colors of #E20A27
Black with #E20A27
Text Example
Text Example
White with #E20A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A27; }
p { color: rgb(226,10,39); }
H1.HeaderClassName
{
color: #E20A27;
}
.AnyTagClassName
{
color: #E20A27;
}
</style>
background-color css
<style>
a { background-color: #E20A27; }
a { background-color: rgb(226,10,39); }
div.DivClassName
{
background-color: #E20A27;
}
.BgClassName
{
background-color: #E20A27;
}
</style>
border-color css
<style>
span { border-color: #E20A27; }
span { border-color: rgb(226,10,39); }
td.TdClassName
{
border-color: #E20A27;
}
.TagClassName
{
border-color: #E20A27;
}
</style>