Shades of Crimson #E21236
Tints of Crimson #E21236
RGB
CMYK
RGB Variations
Color information
#E21236 (or 0xE21236) is known color: Crimson. HEX triplet: E2, 12 and 36. RGB value is (226,18,54). Sum of RGB (Red+Green+Blue) = 226+18+54=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E21236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21236 is #1DEDC9. Grayscale: #545454. Windows color (decimal): -1961418 or 3543778. OLE color: 3543778.
HSL color Cylindrical-coordinate representation of color #E21236: hue angle of 349.62º degrees, saturation: 0.85, 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 #E21236 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 54 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.11 |
| HSL | 349.62º | 0.85% | 0.48% | - |
| HSV(B) | 349.62º | 0.92% | 0.89% | - |
| XYZ | 32.25 | 16.87 | 5.05 | - |
| YUV | 84.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 54 | 0 | 0.92 | 0.76 | 0.11 | 349.62 | 0.85 | 0.48 |
| Hex | E2 | 12 | 36 | 0 | 5C | 4C | B | 15E | 55 | 30 |
| Octal | 342 | 22 | 66 | 0 | 134 | 114 | 13 | 536 | 125 | 60 |
| Binary | 11100010 | 10010 | 110110 | 0 | 1011100 | 1001100 | 1011 | 101011110 | 1010101 | 110000 |
Color Harmonies of #E21236
Complementary color
Monochromatic Colors of #E21236
Black with #E21236
Text Example
Text Example
White with #E21236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21236; }
p { color: rgb(226,18,54); }
H1.HeaderClassName
{
color: #E21236;
}
.AnyTagClassName
{
color: #E21236;
}
</style>
background-color css
<style>
a { background-color: #E21236; }
a { background-color: rgb(226,18,54); }
div.DivClassName
{
background-color: #E21236;
}
.BgClassName
{
background-color: #E21236;
}
</style>
border-color css
<style>
span { border-color: #E21236; }
span { border-color: rgb(226,18,54); }
td.TdClassName
{
border-color: #E21236;
}
.TagClassName
{
border-color: #E21236;
}
</style>