Shades of Crimson #E20628
Tints of Crimson #E20628
RGB
CMYK
RGB Variations
Color information
#E20628 (or 0xE20628) is known color: Crimson. HEX triplet: E2, 06 and 28. RGB value is (226,6,40). Sum of RGB (Red+Green+Blue) = 226+6+40=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E20628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20628 is #1DF9D7. Grayscale: #4B4B4B. Windows color (decimal): -1964504 or 2623202. OLE color: 2623202.
HSL color Cylindrical-coordinate representation of color #E20628: hue angle of 350.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20628 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.11 |
| HSL | 350.73º | 0.95% | 0.45% | - |
| HSV(B) | 350.73º | 0.97% | 0.89% | - |
| XYZ | 31.81 | 16.45 | 3.51 | - |
| YUV | 75.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 40 | 0 | 0.97 | 0.82 | 0.11 | 350.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | 28 | 0 | 61 | 52 | B | 15F | 5F | 2D |
| Octal | 342 | 6 | 50 | 0 | 141 | 122 | 13 | 537 | 137 | 55 |
| Binary | 11100010 | 110 | 101000 | 0 | 1100001 | 1010010 | 1011 | 101011111 | 1011111 | 101101 |
Color Harmonies of #E20628
Complementary color
Monochromatic Colors of #E20628
Black with #E20628
Text Example
Text Example
White with #E20628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20628; }
p { color: rgb(226,6,40); }
H1.HeaderClassName
{
color: #E20628;
}
.AnyTagClassName
{
color: #E20628;
}
</style>
background-color css
<style>
a { background-color: #E20628; }
a { background-color: rgb(226,6,40); }
div.DivClassName
{
background-color: #E20628;
}
.BgClassName
{
background-color: #E20628;
}
</style>
border-color css
<style>
span { border-color: #E20628; }
span { border-color: rgb(226,6,40); }
td.TdClassName
{
border-color: #E20628;
}
.TagClassName
{
border-color: #E20628;
}
</style>