Shades of Crimson #E21636
Tints of Crimson #E21636
RGB
CMYK
RGB Variations
Color information
#E21636 (or 0xE21636) is known color: Crimson. HEX triplet: E2, 16 and 36. RGB value is (226,22,54). Sum of RGB (Red+Green+Blue) = 226+22+54=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E21636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21636 is #1DE9C9. Grayscale: #565656. Windows color (decimal): -1960394 or 3544802. OLE color: 3544802.
HSL color Cylindrical-coordinate representation of color #E21636: hue angle of 350.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21636 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 54 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.11 |
| HSL | 350.59º | 0.82% | 0.49% | - |
| HSV(B) | 350.59º | 0.9% | 0.89% | - |
| XYZ | 32.32 | 17.01 | 5.07 | - |
| YUV | 86.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 54 | 0 | 0.90 | 0.76 | 0.11 | 350.59 | 0.82 | 0.49 |
| Hex | E2 | 16 | 36 | 0 | 5A | 4C | B | 15F | 52 | 31 |
| Octal | 342 | 26 | 66 | 0 | 132 | 114 | 13 | 537 | 122 | 61 |
| Binary | 11100010 | 10110 | 110110 | 0 | 1011010 | 1001100 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E21636
Complementary color
Monochromatic Colors of #E21636
Black with #E21636
Text Example
Text Example
White with #E21636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21636; }
p { color: rgb(226,22,54); }
H1.HeaderClassName
{
color: #E21636;
}
.AnyTagClassName
{
color: #E21636;
}
</style>
background-color css
<style>
a { background-color: #E21636; }
a { background-color: rgb(226,22,54); }
div.DivClassName
{
background-color: #E21636;
}
.BgClassName
{
background-color: #E21636;
}
</style>
border-color css
<style>
span { border-color: #E21636; }
span { border-color: rgb(226,22,54); }
td.TdClassName
{
border-color: #E21636;
}
.TagClassName
{
border-color: #E21636;
}
</style>