Shades of Crimson #E20242
Tints of Crimson #E20242
RGB
CMYK
RGB Variations
Color information
#E20242 (or 0xE20242) is known color: Crimson. HEX triplet: E2, 02 and 42. RGB value is (226,2,66). Sum of RGB (Red+Green+Blue) = 226+2+66=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E20242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20242 is #1DFDBD. Grayscale: #4C4C4C. Windows color (decimal): -1965502 or 4326114. OLE color: 4326114.
HSL color Cylindrical-coordinate representation of color #E20242: hue angle of 342.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20242 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.11 |
| HSL | 342.86º | 0.98% | 0.45% | - |
| HSV(B) | 342.86º | 0.99% | 0.89% | - |
| XYZ | 32.37 | 16.61 | 6.65 | - |
| YUV | 76.27 | 122.21 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 66 | 0 | 0.99 | 0.71 | 0.11 | 342.86 | 0.98 | 0.45 |
| Hex | E2 | 2 | 42 | 0 | 63 | 47 | B | 157 | 62 | 2D |
| Octal | 342 | 2 | 102 | 0 | 143 | 107 | 13 | 527 | 142 | 55 |
| Binary | 11100010 | 10 | 1000010 | 0 | 1100011 | 1000111 | 1011 | 101010111 | 1100010 | 101101 |
Color Harmonies of #E20242
Complementary color
Monochromatic Colors of #E20242
Black with #E20242
Text Example
Text Example
White with #E20242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20242; }
p { color: rgb(226,2,66); }
H1.HeaderClassName
{
color: #E20242;
}
.AnyTagClassName
{
color: #E20242;
}
</style>
background-color css
<style>
a { background-color: #E20242; }
a { background-color: rgb(226,2,66); }
div.DivClassName
{
background-color: #E20242;
}
.BgClassName
{
background-color: #E20242;
}
</style>
border-color css
<style>
span { border-color: #E20242; }
span { border-color: rgb(226,2,66); }
td.TdClassName
{
border-color: #E20242;
}
.TagClassName
{
border-color: #E20242;
}
</style>