Shades of Crimson #E21A39
Tints of Crimson #E21A39
RGB
CMYK
RGB Variations
Color information
#E21A39 (or 0xE21A39) is known color: Crimson. HEX triplet: E2, 1A and 39. RGB value is (226,26,57). Sum of RGB (Red+Green+Blue) = 226+26+57=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A39 is #1DE5C6. Grayscale: #595959. Windows color (decimal): -1959367 or 3742434. OLE color: 3742434.
HSL color Cylindrical-coordinate representation of color #E21A39: hue angle of 350.7º 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 #E21A39 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 57 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.11 |
| HSL | 350.7º | 0.79% | 0.49% | - |
| HSV(B) | 350.7º | 0.88% | 0.89% | - |
| XYZ | 32.47 | 17.2 | 5.48 | - |
| YUV | 89.33 | 109.76 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 57 | 0 | 0.88 | 0.75 | 0.11 | 350.7 | 0.79 | 0.49 |
| Hex | E2 | 1A | 39 | 0 | 58 | 4B | B | 15F | 4F | 31 |
| Octal | 342 | 32 | 71 | 0 | 130 | 113 | 13 | 537 | 117 | 61 |
| Binary | 11100010 | 11010 | 111001 | 0 | 1011000 | 1001011 | 1011 | 101011111 | 1001111 | 110001 |
Color Harmonies of #E21A39
Complementary color
Monochromatic Colors of #E21A39
Black with #E21A39
Text Example
Text Example
White with #E21A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A39; }
p { color: rgb(226,26,57); }
H1.HeaderClassName
{
color: #E21A39;
}
.AnyTagClassName
{
color: #E21A39;
}
</style>
background-color css
<style>
a { background-color: #E21A39; }
a { background-color: rgb(226,26,57); }
div.DivClassName
{
background-color: #E21A39;
}
.BgClassName
{
background-color: #E21A39;
}
</style>
border-color css
<style>
span { border-color: #E21A39; }
span { border-color: rgb(226,26,57); }
td.TdClassName
{
border-color: #E21A39;
}
.TagClassName
{
border-color: #E21A39;
}
</style>