Shades of Crimson #E21136
Tints of Crimson #E21136
RGB
CMYK
RGB Variations
Color information
#E21136 (or 0xE21136) is known color: Crimson. HEX triplet: E2, 11 and 36. RGB value is (226,17,54). Sum of RGB (Red+Green+Blue) = 226+17+54=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E21136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21136 is #1DEEC9. Grayscale: #535353. Windows color (decimal): -1961674 or 3543522. OLE color: 3543522.
HSL color Cylindrical-coordinate representation of color #E21136: hue angle of 349.38º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21136 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 54 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.11 |
| HSL | 349.38º | 0.86% | 0.48% | - |
| HSV(B) | 349.38º | 0.92% | 0.89% | - |
| XYZ | 32.23 | 16.84 | 5.04 | - |
| YUV | 83.71 | 111.24 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 54 | 0 | 0.92 | 0.76 | 0.11 | 349.38 | 0.86 | 0.48 |
| Hex | E2 | 11 | 36 | 0 | 5C | 4C | B | 15D | 56 | 30 |
| Octal | 342 | 21 | 66 | 0 | 134 | 114 | 13 | 535 | 126 | 60 |
| Binary | 11100010 | 10001 | 110110 | 0 | 1011100 | 1001100 | 1011 | 101011101 | 1010110 | 110000 |
Color Harmonies of #E21136
Complementary color
Monochromatic Colors of #E21136
Black with #E21136
Text Example
Text Example
White with #E21136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21136; }
p { color: rgb(226,17,54); }
H1.HeaderClassName
{
color: #E21136;
}
.AnyTagClassName
{
color: #E21136;
}
</style>
background-color css
<style>
a { background-color: #E21136; }
a { background-color: rgb(226,17,54); }
div.DivClassName
{
background-color: #E21136;
}
.BgClassName
{
background-color: #E21136;
}
</style>
border-color css
<style>
span { border-color: #E21136; }
span { border-color: rgb(226,17,54); }
td.TdClassName
{
border-color: #E21136;
}
.TagClassName
{
border-color: #E21136;
}
</style>