Shades of Crimson #E02144
Tints of Crimson #E02144
RGB
CMYK
RGB Variations
Color information
#E02144 (or 0xE02144) is known color: Crimson. HEX triplet: E0, 21 and 44. RGB value is (224,33,68). Sum of RGB (Red+Green+Blue) = 224+33+68=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E02144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02144 is #1FDEBB. Grayscale: #5E5E5E. Windows color (decimal): -2088636 or 4465120. OLE color: 4465120.
HSL color Cylindrical-coordinate representation of color #E02144: hue angle of 349.01º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02144 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 68 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.12 |
| HSL | 349.01º | 0.75% | 0.5% | - |
| HSV(B) | 349.01º | 0.85% | 0.88% | - |
| XYZ | 32.33 | 17.35 | 7.11 | - |
| YUV | 94.1 | 113.28 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 68 | 0 | 0.85 | 0.70 | 0.12 | 349.01 | 0.75 | 0.5 |
| Hex | E0 | 21 | 44 | 0 | 55 | 46 | C | 15D | 4B | 32 |
| Octal | 340 | 41 | 104 | 0 | 125 | 106 | 14 | 535 | 113 | 62 |
| Binary | 11100000 | 100001 | 1000100 | 0 | 1010101 | 1000110 | 1100 | 101011101 | 1001011 | 110010 |
Color Harmonies of #E02144
Complementary color
Monochromatic Colors of #E02144
Black with #E02144
Text Example
Text Example
White with #E02144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02144; }
p { color: rgb(224,33,68); }
H1.HeaderClassName
{
color: #E02144;
}
.AnyTagClassName
{
color: #E02144;
}
</style>
background-color css
<style>
a { background-color: #E02144; }
a { background-color: rgb(224,33,68); }
div.DivClassName
{
background-color: #E02144;
}
.BgClassName
{
background-color: #E02144;
}
</style>
border-color css
<style>
span { border-color: #E02144; }
span { border-color: rgb(224,33,68); }
td.TdClassName
{
border-color: #E02144;
}
.TagClassName
{
border-color: #E02144;
}
</style>