Shades of Crimson #E21641
Tints of Crimson #E21641
RGB
CMYK
RGB Variations
Color information
#E21641 (or 0xE21641) is known color: Crimson. HEX triplet: E2, 16 and 41. RGB value is (226,22,65). Sum of RGB (Red+Green+Blue) = 226+22+65=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E21641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21641 is #1DE9BE. Grayscale: #575757. Windows color (decimal): -1960383 or 4265698. OLE color: 4265698.
HSL color Cylindrical-coordinate representation of color #E21641: hue angle of 347.35º 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 #E21641 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 65 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.11 |
| HSL | 347.35º | 0.82% | 0.49% | - |
| HSV(B) | 347.35º | 0.9% | 0.89% | - |
| XYZ | 32.61 | 17.12 | 6.59 | - |
| YUV | 87.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 65 | 0 | 0.90 | 0.71 | 0.11 | 347.35 | 0.82 | 0.49 |
| Hex | E2 | 16 | 41 | 0 | 5A | 47 | B | 15B | 52 | 31 |
| Octal | 342 | 26 | 101 | 0 | 132 | 107 | 13 | 533 | 122 | 61 |
| Binary | 11100010 | 10110 | 1000001 | 0 | 1011010 | 1000111 | 1011 | 101011011 | 1010010 | 110001 |
Color Harmonies of #E21641
Complementary color
Monochromatic Colors of #E21641
Black with #E21641
Text Example
Text Example
White with #E21641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21641; }
p { color: rgb(226,22,65); }
H1.HeaderClassName
{
color: #E21641;
}
.AnyTagClassName
{
color: #E21641;
}
</style>
background-color css
<style>
a { background-color: #E21641; }
a { background-color: rgb(226,22,65); }
div.DivClassName
{
background-color: #E21641;
}
.BgClassName
{
background-color: #E21641;
}
</style>
border-color css
<style>
span { border-color: #E21641; }
span { border-color: rgb(226,22,65); }
td.TdClassName
{
border-color: #E21641;
}
.TagClassName
{
border-color: #E21641;
}
</style>