Shades of Crimson #E21C44
Tints of Crimson #E21C44
RGB
CMYK
RGB Variations
Color information
#E21C44 (or 0xE21C44) is known color: Crimson. HEX triplet: E2, 1C and 44. RGB value is (226,28,68). Sum of RGB (Red+Green+Blue) = 226+28+68=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C44 is #1DE3BB. Grayscale: #5B5B5B. Windows color (decimal): -1958844 or 4463842. OLE color: 4463842.
HSL color Cylindrical-coordinate representation of color #E21C44: hue angle of 347.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C44 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 68 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.11 |
| HSL | 347.88º | 0.78% | 0.5% | - |
| HSV(B) | 347.88º | 0.88% | 0.89% | - |
| XYZ | 32.82 | 17.42 | 7.1 | - |
| YUV | 91.76 | 114.6 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 68 | 0 | 0.88 | 0.70 | 0.11 | 347.88 | 0.78 | 0.5 |
| Hex | E2 | 1C | 44 | 0 | 58 | 46 | B | 15C | 4E | 32 |
| Octal | 342 | 34 | 104 | 0 | 130 | 106 | 13 | 534 | 116 | 62 |
| Binary | 11100010 | 11100 | 1000100 | 0 | 1011000 | 1000110 | 1011 | 101011100 | 1001110 | 110010 |
Color Harmonies of #E21C44
Complementary color
Monochromatic Colors of #E21C44
Black with #E21C44
Text Example
Text Example
White with #E21C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C44; }
p { color: rgb(226,28,68); }
H1.HeaderClassName
{
color: #E21C44;
}
.AnyTagClassName
{
color: #E21C44;
}
</style>
background-color css
<style>
a { background-color: #E21C44; }
a { background-color: rgb(226,28,68); }
div.DivClassName
{
background-color: #E21C44;
}
.BgClassName
{
background-color: #E21C44;
}
</style>
border-color css
<style>
span { border-color: #E21C44; }
span { border-color: rgb(226,28,68); }
td.TdClassName
{
border-color: #E21C44;
}
.TagClassName
{
border-color: #E21C44;
}
</style>