Shades of Crimson #E02142
Tints of Crimson #E02142
RGB
CMYK
RGB Variations
Color information
#E02142 (or 0xE02142) is known color: Crimson. HEX triplet: E0, 21 and 42. RGB value is (224,33,66). Sum of RGB (Red+Green+Blue) = 224+33+66=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E02142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02142 is #1FDEBD. Grayscale: #5D5D5D. Windows color (decimal): -2088638 or 4334048. OLE color: 4334048.
HSL color Cylindrical-coordinate representation of color #E02142: hue angle of 349.63º 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 #E02142 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 66 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.12 |
| HSL | 349.63º | 0.75% | 0.5% | - |
| HSV(B) | 349.63º | 0.85% | 0.88% | - |
| XYZ | 32.27 | 17.33 | 6.8 | - |
| YUV | 93.87 | 112.28 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 66 | 0 | 0.85 | 0.71 | 0.12 | 349.63 | 0.75 | 0.5 |
| Hex | E0 | 21 | 42 | 0 | 55 | 47 | C | 15E | 4B | 32 |
| Octal | 340 | 41 | 102 | 0 | 125 | 107 | 14 | 536 | 113 | 62 |
| Binary | 11100000 | 100001 | 1000010 | 0 | 1010101 | 1000111 | 1100 | 101011110 | 1001011 | 110010 |
Color Harmonies of #E02142
Complementary color
Monochromatic Colors of #E02142
Black with #E02142
Text Example
Text Example
White with #E02142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02142; }
p { color: rgb(224,33,66); }
H1.HeaderClassName
{
color: #E02142;
}
.AnyTagClassName
{
color: #E02142;
}
</style>
background-color css
<style>
a { background-color: #E02142; }
a { background-color: rgb(224,33,66); }
div.DivClassName
{
background-color: #E02142;
}
.BgClassName
{
background-color: #E02142;
}
</style>
border-color css
<style>
span { border-color: #E02142; }
span { border-color: rgb(224,33,66); }
td.TdClassName
{
border-color: #E02142;
}
.TagClassName
{
border-color: #E02142;
}
</style>