Shades of Crimson #E00042
Tints of Crimson #E00042
RGB
CMYK
RGB Variations
Color information
#E00042 (or 0xE00042) is known color: Crimson. HEX triplet: E0, 00 and 42. RGB value is (224,0,66). Sum of RGB (Red+Green+Blue) = 224+0+66=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E00042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00042 is #1FFFBD. Grayscale: #4A4A4A. Windows color (decimal): -2097086 or 4325600. OLE color: 4325600.
HSL color Cylindrical-coordinate representation of color #E00042: hue angle of 342.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00042 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.71 | 0.12 |
| HSL | 342.32º | 1% | 0.44% | - |
| HSV(B) | 342.32º | 1% | 0.88% | - |
| XYZ | 31.72 | 16.24 | 6.62 | - |
| YUV | 74.5 | 123.21 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 66 | 0 | 1 | 0.71 | 0.12 | 342.32 | 1 | 0.44 |
| Hex | E0 | 0 | 42 | 0 | 64 | 47 | C | 156 | 64 | 2C |
| Octal | 340 | 0 | 102 | 0 | 144 | 107 | 14 | 526 | 144 | 54 |
| Binary | 11100000 | 0 | 1000010 | 0 | 1100100 | 1000111 | 1100 | 101010110 | 1100100 | 101100 |
Color Harmonies of #E00042
Complementary color
Monochromatic Colors of #E00042
Black with #E00042
Text Example
Text Example
White with #E00042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00042; }
p { color: rgb(224,0,66); }
H1.HeaderClassName
{
color: #E00042;
}
.AnyTagClassName
{
color: #E00042;
}
</style>
background-color css
<style>
a { background-color: #E00042; }
a { background-color: rgb(224,0,66); }
div.DivClassName
{
background-color: #E00042;
}
.BgClassName
{
background-color: #E00042;
}
</style>
border-color css
<style>
span { border-color: #E00042; }
span { border-color: rgb(224,0,66); }
td.TdClassName
{
border-color: #E00042;
}
.TagClassName
{
border-color: #E00042;
}
</style>