Shades of Crimson #E20128
Tints of Crimson #E20128
RGB
CMYK
RGB Variations
Color information
#E20128 (or 0xE20128) is known color: Crimson. HEX triplet: E2, 01 and 28. RGB value is (226,1,40). Sum of RGB (Red+Green+Blue) = 226+1+40=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E20128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20128 is #1DFED7. Grayscale: #484848. Windows color (decimal): -1965784 or 2621922. OLE color: 2621922.
HSL color Cylindrical-coordinate representation of color #E20128: hue angle of 349.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.11 |
| HSL | 349.6º | 0.99% | 0.45% | - |
| HSV(B) | 349.6º | 1% | 0.89% | - |
| XYZ | 31.76 | 16.34 | 3.49 | - |
| YUV | 72.72 | 109.54 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 40 | 0 | 1.00 | 0.82 | 0.11 | 349.6 | 0.99 | 0.45 |
| Hex | E2 | 1 | 28 | 0 | 64 | 52 | B | 15E | 63 | 2D |
| Octal | 342 | 1 | 50 | 0 | 144 | 122 | 13 | 536 | 143 | 55 |
| Binary | 11100010 | 1 | 101000 | 0 | 1100100 | 1010010 | 1011 | 101011110 | 1100011 | 101101 |
Color Harmonies of #E20128
Complementary color
Monochromatic Colors of #E20128
Black with #E20128
Text Example
Text Example
White with #E20128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20128; }
p { color: rgb(226,1,40); }
H1.HeaderClassName
{
color: #E20128;
}
.AnyTagClassName
{
color: #E20128;
}
</style>
background-color css
<style>
a { background-color: #E20128; }
a { background-color: rgb(226,1,40); }
div.DivClassName
{
background-color: #E20128;
}
.BgClassName
{
background-color: #E20128;
}
</style>
border-color css
<style>
span { border-color: #E20128; }
span { border-color: rgb(226,1,40); }
td.TdClassName
{
border-color: #E20128;
}
.TagClassName
{
border-color: #E20128;
}
</style>