Shades of Crimson #E21941
Tints of Crimson #E21941
RGB
CMYK
RGB Variations
Color information
#E21941 (or 0xE21941) is known color: Crimson. HEX triplet: E2, 19 and 41. RGB value is (226,25,65). Sum of RGB (Red+Green+Blue) = 226+25+65=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E21941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21941 is #1DE6BE. Grayscale: #595959. Windows color (decimal): -1959615 or 4266466. OLE color: 4266466.
HSL color Cylindrical-coordinate representation of color #E21941: hue angle of 348.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21941 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 65 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.11 |
| HSL | 348.06º | 0.8% | 0.49% | - |
| HSV(B) | 348.06º | 0.89% | 0.89% | - |
| XYZ | 32.67 | 17.25 | 6.61 | - |
| YUV | 89.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 65 | 0 | 0.89 | 0.71 | 0.11 | 348.06 | 0.8 | 0.49 |
| Hex | E2 | 19 | 41 | 0 | 59 | 47 | B | 15C | 50 | 31 |
| Octal | 342 | 31 | 101 | 0 | 131 | 107 | 13 | 534 | 120 | 61 |
| Binary | 11100010 | 11001 | 1000001 | 0 | 1011001 | 1000111 | 1011 | 101011100 | 1010000 | 110001 |
Color Harmonies of #E21941
Complementary color
Monochromatic Colors of #E21941
Black with #E21941
Text Example
Text Example
White with #E21941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21941; }
p { color: rgb(226,25,65); }
H1.HeaderClassName
{
color: #E21941;
}
.AnyTagClassName
{
color: #E21941;
}
</style>
background-color css
<style>
a { background-color: #E21941; }
a { background-color: rgb(226,25,65); }
div.DivClassName
{
background-color: #E21941;
}
.BgClassName
{
background-color: #E21941;
}
</style>
border-color css
<style>
span { border-color: #E21941; }
span { border-color: rgb(226,25,65); }
td.TdClassName
{
border-color: #E21941;
}
.TagClassName
{
border-color: #E21941;
}
</style>