Shades of Crimson #E21748
Tints of Crimson #E21748
RGB
CMYK
RGB Variations
Color information
#E21748 (or 0xE21748) is known color: Crimson. HEX triplet: E2, 17 and 48. RGB value is (226,23,72). Sum of RGB (Red+Green+Blue) = 226+23+72=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E21748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21748 is #1DE8B7. Grayscale: #595959. Windows color (decimal): -1960120 or 4724706. OLE color: 4724706.
HSL color Cylindrical-coordinate representation of color #E21748: hue angle of 345.52º 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 #E21748 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 72 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.11 |
| HSL | 345.52º | 0.82% | 0.49% | - |
| HSV(B) | 345.52º | 0.9% | 0.89% | - |
| XYZ | 32.84 | 17.25 | 7.73 | - |
| YUV | 89.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 72 | 0 | 0.90 | 0.68 | 0.11 | 345.52 | 0.82 | 0.49 |
| Hex | E2 | 17 | 48 | 0 | 5A | 44 | B | 15A | 52 | 31 |
| Octal | 342 | 27 | 110 | 0 | 132 | 104 | 13 | 532 | 122 | 61 |
| Binary | 11100010 | 10111 | 1001000 | 0 | 1011010 | 1000100 | 1011 | 101011010 | 1010010 | 110001 |
Color Harmonies of #E21748
Complementary color
Monochromatic Colors of #E21748
Black with #E21748
Text Example
Text Example
White with #E21748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21748; }
p { color: rgb(226,23,72); }
H1.HeaderClassName
{
color: #E21748;
}
.AnyTagClassName
{
color: #E21748;
}
</style>
background-color css
<style>
a { background-color: #E21748; }
a { background-color: rgb(226,23,72); }
div.DivClassName
{
background-color: #E21748;
}
.BgClassName
{
background-color: #E21748;
}
</style>
border-color css
<style>
span { border-color: #E21748; }
span { border-color: rgb(226,23,72); }
td.TdClassName
{
border-color: #E21748;
}
.TagClassName
{
border-color: #E21748;
}
</style>