Shades of Crimson #E0193B
Tints of Crimson #E0193B
RGB
CMYK
RGB Variations
Color information
#E0193B (or 0xE0193B) is known color: Crimson. HEX triplet: E0, 19 and 3B. RGB value is (224,25,59). Sum of RGB (Red+Green+Blue) = 224+25+59=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0193B is #1FE6C4. Grayscale: #585858. Windows color (decimal): -2090693 or 3873248. OLE color: 3873248.
HSL color Cylindrical-coordinate representation of color #E0193B: hue angle of 349.75º 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 #E0193B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.12 |
| HSL | 349.75º | 0.8% | 0.49% | - |
| HSV(B) | 349.75º | 0.89% | 0.88% | - |
| XYZ | 31.88 | 16.86 | 5.71 | - |
| YUV | 88.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 59 | 0 | 0.89 | 0.74 | 0.12 | 349.75 | 0.8 | 0.49 |
| Hex | E0 | 19 | 3B | 0 | 59 | 4A | C | 15E | 50 | 31 |
| Octal | 340 | 31 | 73 | 0 | 131 | 112 | 14 | 536 | 120 | 61 |
| Binary | 11100000 | 11001 | 111011 | 0 | 1011001 | 1001010 | 1100 | 101011110 | 1010000 | 110001 |
Color Harmonies of #E0193B
Complementary color
Monochromatic Colors of #E0193B
Black with #E0193B
Text Example
Text Example
White with #E0193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0193B; }
p { color: rgb(224,25,59); }
H1.HeaderClassName
{
color: #E0193B;
}
.AnyTagClassName
{
color: #E0193B;
}
</style>
background-color css
<style>
a { background-color: #E0193B; }
a { background-color: rgb(224,25,59); }
div.DivClassName
{
background-color: #E0193B;
}
.BgClassName
{
background-color: #E0193B;
}
</style>
border-color css
<style>
span { border-color: #E0193B; }
span { border-color: rgb(224,25,59); }
td.TdClassName
{
border-color: #E0193B;
}
.TagClassName
{
border-color: #E0193B;
}
</style>