Shades of Crimson #E21A36
Tints of Crimson #E21A36
RGB
CMYK
RGB Variations
Color information
#E21A36 (or 0xE21A36) is known color: Crimson. HEX triplet: E2, 1A and 36. RGB value is (226,26,54). Sum of RGB (Red+Green+Blue) = 226+26+54=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A36 is #1DE5C9. Grayscale: #595959. Windows color (decimal): -1959370 or 3545826. OLE color: 3545826.
HSL color Cylindrical-coordinate representation of color #E21A36: hue angle of 351.6º 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 #E21A36 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 54 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.11 |
| HSL | 351.6º | 0.79% | 0.49% | - |
| HSV(B) | 351.6º | 0.88% | 0.89% | - |
| XYZ | 32.4 | 17.17 | 5.1 | - |
| YUV | 88.99 | 108.26 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 54 | 0 | 0.88 | 0.76 | 0.11 | 351.6 | 0.79 | 0.49 |
| Hex | E2 | 1A | 36 | 0 | 58 | 4C | B | 160 | 4F | 31 |
| Octal | 342 | 32 | 66 | 0 | 130 | 114 | 13 | 540 | 117 | 61 |
| Binary | 11100010 | 11010 | 110110 | 0 | 1011000 | 1001100 | 1011 | 101100000 | 1001111 | 110001 |
Color Harmonies of #E21A36
Complementary color
Monochromatic Colors of #E21A36
Black with #E21A36
Text Example
Text Example
White with #E21A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A36; }
p { color: rgb(226,26,54); }
H1.HeaderClassName
{
color: #E21A36;
}
.AnyTagClassName
{
color: #E21A36;
}
</style>
background-color css
<style>
a { background-color: #E21A36; }
a { background-color: rgb(226,26,54); }
div.DivClassName
{
background-color: #E21A36;
}
.BgClassName
{
background-color: #E21A36;
}
</style>
border-color css
<style>
span { border-color: #E21A36; }
span { border-color: rgb(226,26,54); }
td.TdClassName
{
border-color: #E21A36;
}
.TagClassName
{
border-color: #E21A36;
}
</style>