Shades of Crimson #E0193C
Tints of Crimson #E0193C
RGB
CMYK
RGB Variations
Color information
#E0193C (or 0xE0193C) is known color: Crimson. HEX triplet: E0, 19 and 3C. RGB value is (224,25,60). Sum of RGB (Red+Green+Blue) = 224+25+60=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0193C is #1FE6C3. Grayscale: #585858. Windows color (decimal): -2090692 or 3938784. OLE color: 3938784.
HSL color Cylindrical-coordinate representation of color #E0193C: hue angle of 349.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0193C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.12 |
| HSL | 349.45º | 0.8% | 0.49% | - |
| HSV(B) | 349.45º | 0.89% | 0.88% | - |
| XYZ | 31.9 | 16.87 | 5.85 | - |
| YUV | 88.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 60 | 0 | 0.89 | 0.73 | 0.12 | 349.45 | 0.8 | 0.49 |
| Hex | E0 | 19 | 3C | 0 | 59 | 49 | C | 15D | 50 | 31 |
| Octal | 340 | 31 | 74 | 0 | 131 | 111 | 14 | 535 | 120 | 61 |
| Binary | 11100000 | 11001 | 111100 | 0 | 1011001 | 1001001 | 1100 | 101011101 | 1010000 | 110001 |
Color Harmonies of #E0193C
Complementary color
Monochromatic Colors of #E0193C
Black with #E0193C
Text Example
Text Example
White with #E0193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0193C; }
p { color: rgb(224,25,60); }
H1.HeaderClassName
{
color: #E0193C;
}
.AnyTagClassName
{
color: #E0193C;
}
</style>
background-color css
<style>
a { background-color: #E0193C; }
a { background-color: rgb(224,25,60); }
div.DivClassName
{
background-color: #E0193C;
}
.BgClassName
{
background-color: #E0193C;
}
</style>
border-color css
<style>
span { border-color: #E0193C; }
span { border-color: rgb(224,25,60); }
td.TdClassName
{
border-color: #E0193C;
}
.TagClassName
{
border-color: #E0193C;
}
</style>