Shades of Crimson #E20239
Tints of Crimson #E20239
RGB
CMYK
RGB Variations
Color information
#E20239 (or 0xE20239) is known color: Crimson. HEX triplet: E2, 02 and 39. RGB value is (226,2,57). Sum of RGB (Red+Green+Blue) = 226+2+57=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E20239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20239 is #1DFDC6. Grayscale: #4B4B4B. Windows color (decimal): -1965511 or 3736290. OLE color: 3736290.
HSL color Cylindrical-coordinate representation of color #E20239: hue angle of 345.27º 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 #E20239 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.11 |
| HSL | 345.27º | 0.98% | 0.45% | - |
| HSV(B) | 345.27º | 0.99% | 0.89% | - |
| XYZ | 32.12 | 16.51 | 5.36 | - |
| YUV | 75.25 | 117.71 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 57 | 0 | 0.99 | 0.75 | 0.11 | 345.27 | 0.98 | 0.45 |
| Hex | E2 | 2 | 39 | 0 | 63 | 4B | B | 159 | 62 | 2D |
| Octal | 342 | 2 | 71 | 0 | 143 | 113 | 13 | 531 | 142 | 55 |
| Binary | 11100010 | 10 | 111001 | 0 | 1100011 | 1001011 | 1011 | 101011001 | 1100010 | 101101 |
Color Harmonies of #E20239
Complementary color
Monochromatic Colors of #E20239
Black with #E20239
Text Example
Text Example
White with #E20239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20239; }
p { color: rgb(226,2,57); }
H1.HeaderClassName
{
color: #E20239;
}
.AnyTagClassName
{
color: #E20239;
}
</style>
background-color css
<style>
a { background-color: #E20239; }
a { background-color: rgb(226,2,57); }
div.DivClassName
{
background-color: #E20239;
}
.BgClassName
{
background-color: #E20239;
}
</style>
border-color css
<style>
span { border-color: #E20239; }
span { border-color: rgb(226,2,57); }
td.TdClassName
{
border-color: #E20239;
}
.TagClassName
{
border-color: #E20239;
}
</style>