Shades of Crimson #E20439
Tints of Crimson #E20439
RGB
CMYK
RGB Variations
Color information
#E20439 (or 0xE20439) is known color: Crimson. HEX triplet: E2, 04 and 39. RGB value is (226,4,57). Sum of RGB (Red+Green+Blue) = 226+4+57=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E20439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20439 is #1DFBC6. Grayscale: #4C4C4C. Windows color (decimal): -1964999 or 3736802. OLE color: 3736802.
HSL color Cylindrical-coordinate representation of color #E20439: hue angle of 345.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20439 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.11 |
| HSL | 345.68º | 0.97% | 0.45% | - |
| HSV(B) | 345.68º | 0.98% | 0.89% | - |
| XYZ | 32.15 | 16.55 | 5.37 | - |
| YUV | 76.42 | 117.05 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 57 | 0 | 0.98 | 0.75 | 0.11 | 345.68 | 0.97 | 0.45 |
| Hex | E2 | 4 | 39 | 0 | 62 | 4B | B | 15A | 61 | 2D |
| Octal | 342 | 4 | 71 | 0 | 142 | 113 | 13 | 532 | 141 | 55 |
| Binary | 11100010 | 100 | 111001 | 0 | 1100010 | 1001011 | 1011 | 101011010 | 1100001 | 101101 |
Color Harmonies of #E20439
Complementary color
Monochromatic Colors of #E20439
Black with #E20439
Text Example
Text Example
White with #E20439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20439; }
p { color: rgb(226,4,57); }
H1.HeaderClassName
{
color: #E20439;
}
.AnyTagClassName
{
color: #E20439;
}
</style>
background-color css
<style>
a { background-color: #E20439; }
a { background-color: rgb(226,4,57); }
div.DivClassName
{
background-color: #E20439;
}
.BgClassName
{
background-color: #E20439;
}
</style>
border-color css
<style>
span { border-color: #E20439; }
span { border-color: rgb(226,4,57); }
td.TdClassName
{
border-color: #E20439;
}
.TagClassName
{
border-color: #E20439;
}
</style>