Shades of Crimson #E21A41
Tints of Crimson #E21A41
RGB
CMYK
RGB Variations
Color information
#E21A41 (or 0xE21A41) is known color: Crimson. HEX triplet: E2, 1A and 41. RGB value is (226,26,65). Sum of RGB (Red+Green+Blue) = 226+26+65=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A41 is #1DE5BE. Grayscale: #5A5A5A. Windows color (decimal): -1959359 or 4266722. OLE color: 4266722.
HSL color Cylindrical-coordinate representation of color #E21A41: hue angle of 348.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A41 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 65 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.11 |
| HSL | 348.3º | 0.79% | 0.49% | - |
| HSV(B) | 348.3º | 0.88% | 0.89% | - |
| XYZ | 32.69 | 17.29 | 6.62 | - |
| YUV | 90.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 65 | 0 | 0.88 | 0.71 | 0.11 | 348.3 | 0.79 | 0.49 |
| Hex | E2 | 1A | 41 | 0 | 58 | 47 | B | 15C | 4F | 31 |
| Octal | 342 | 32 | 101 | 0 | 130 | 107 | 13 | 534 | 117 | 61 |
| Binary | 11100010 | 11010 | 1000001 | 0 | 1011000 | 1000111 | 1011 | 101011100 | 1001111 | 110001 |
Color Harmonies of #E21A41
Complementary color
Monochromatic Colors of #E21A41
Black with #E21A41
Text Example
Text Example
White with #E21A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A41; }
p { color: rgb(226,26,65); }
H1.HeaderClassName
{
color: #E21A41;
}
.AnyTagClassName
{
color: #E21A41;
}
</style>
background-color css
<style>
a { background-color: #E21A41; }
a { background-color: rgb(226,26,65); }
div.DivClassName
{
background-color: #E21A41;
}
.BgClassName
{
background-color: #E21A41;
}
</style>
border-color css
<style>
span { border-color: #E21A41; }
span { border-color: rgb(226,26,65); }
td.TdClassName
{
border-color: #E21A41;
}
.TagClassName
{
border-color: #E21A41;
}
</style>