Shades of Crimson #E20741
Tints of Crimson #E20741
RGB
CMYK
RGB Variations
Color information
#E20741 (or 0xE20741) is known color: Crimson. HEX triplet: E2, 07 and 41. RGB value is (226,7,65). Sum of RGB (Red+Green+Blue) = 226+7+65=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E20741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20741 is #1DF8BE. Grayscale: #4F4F4F. Windows color (decimal): -1964223 or 4261858. OLE color: 4261858.
HSL color Cylindrical-coordinate representation of color #E20741: hue angle of 344.11º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20741 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.11 |
| HSL | 344.11º | 0.94% | 0.46% | - |
| HSV(B) | 344.11º | 0.97% | 0.89% | - |
| XYZ | 32.39 | 16.7 | 6.52 | - |
| YUV | 79.09 | 120.05 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 65 | 0 | 0.97 | 0.71 | 0.11 | 344.11 | 0.94 | 0.46 |
| Hex | E2 | 7 | 41 | 0 | 61 | 47 | B | 158 | 5E | 2E |
| Octal | 342 | 7 | 101 | 0 | 141 | 107 | 13 | 530 | 136 | 56 |
| Binary | 11100010 | 111 | 1000001 | 0 | 1100001 | 1000111 | 1011 | 101011000 | 1011110 | 101110 |
Color Harmonies of #E20741
Complementary color
Monochromatic Colors of #E20741
Black with #E20741
Text Example
Text Example
White with #E20741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20741; }
p { color: rgb(226,7,65); }
H1.HeaderClassName
{
color: #E20741;
}
.AnyTagClassName
{
color: #E20741;
}
</style>
background-color css
<style>
a { background-color: #E20741; }
a { background-color: rgb(226,7,65); }
div.DivClassName
{
background-color: #E20741;
}
.BgClassName
{
background-color: #E20741;
}
</style>
border-color css
<style>
span { border-color: #E20741; }
span { border-color: rgb(226,7,65); }
td.TdClassName
{
border-color: #E20741;
}
.TagClassName
{
border-color: #E20741;
}
</style>