Shades of Crimson #E21048
Tints of Crimson #E21048
RGB
CMYK
RGB Variations
Color information
#E21048 (or 0xE21048) is known color: Crimson. HEX triplet: E2, 10 and 48. RGB value is (226,16,72). Sum of RGB (Red+Green+Blue) = 226+16+72=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E21048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21048 is #1DEFB7. Grayscale: #555555. Windows color (decimal): -1961912 or 4722914. OLE color: 4722914.
HSL color Cylindrical-coordinate representation of color #E21048: hue angle of 344º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21048 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 72 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.11 |
| HSL | 344º | 0.87% | 0.47% | - |
| HSV(B) | 344º | 0.93% | 0.89% | - |
| XYZ | 32.72 | 17.01 | 7.69 | - |
| YUV | 85.17 | 120.57 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 72 | 0 | 0.93 | 0.68 | 0.11 | 344 | 0.87 | 0.47 |
| Hex | E2 | 10 | 48 | 0 | 5D | 44 | B | 158 | 57 | 2F |
| Octal | 342 | 20 | 110 | 0 | 135 | 104 | 13 | 530 | 127 | 57 |
| Binary | 11100010 | 10000 | 1001000 | 0 | 1011101 | 1000100 | 1011 | 101011000 | 1010111 | 101111 |
Color Harmonies of #E21048
Complementary color
Monochromatic Colors of #E21048
Black with #E21048
Text Example
Text Example
White with #E21048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21048; }
p { color: rgb(226,16,72); }
H1.HeaderClassName
{
color: #E21048;
}
.AnyTagClassName
{
color: #E21048;
}
</style>
background-color css
<style>
a { background-color: #E21048; }
a { background-color: rgb(226,16,72); }
div.DivClassName
{
background-color: #E21048;
}
.BgClassName
{
background-color: #E21048;
}
</style>
border-color css
<style>
span { border-color: #E21048; }
span { border-color: rgb(226,16,72); }
td.TdClassName
{
border-color: #E21048;
}
.TagClassName
{
border-color: #E21048;
}
</style>