Shades of Crimson #E3193C
Tints of Crimson #E3193C
RGB
CMYK
RGB Variations
Color information
#E3193C (or 0xE3193C) is known color: Crimson. HEX triplet: E3, 19 and 3C. RGB value is (227,25,60). Sum of RGB (Red+Green+Blue) = 227+25+60=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E3193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3193C is #1CE6C3. Grayscale: #595959. Windows color (decimal): -1894084 or 3938787. OLE color: 3938787.
HSL color Cylindrical-coordinate representation of color #E3193C: hue angle of 349.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3193C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 60 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.11 |
| HSL | 349.6º | 0.8% | 0.49% | - |
| HSV(B) | 349.6º | 0.89% | 0.89% | - |
| XYZ | 32.84 | 17.35 | 5.89 | - |
| YUV | 89.39 | 111.42 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 60 | 0 | 0.89 | 0.74 | 0.11 | 349.6 | 0.8 | 0.49 |
| Hex | E3 | 19 | 3C | 0 | 59 | 4A | B | 15E | 50 | 31 |
| Octal | 343 | 31 | 74 | 0 | 131 | 112 | 13 | 536 | 120 | 61 |
| Binary | 11100011 | 11001 | 111100 | 0 | 1011001 | 1001010 | 1011 | 101011110 | 1010000 | 110001 |
Color Harmonies of #E3193C
Complementary color
Monochromatic Colors of #E3193C
Black with #E3193C
Text Example
Text Example
White with #E3193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3193C; }
p { color: rgb(227,25,60); }
H1.HeaderClassName
{
color: #E3193C;
}
.AnyTagClassName
{
color: #E3193C;
}
</style>
background-color css
<style>
a { background-color: #E3193C; }
a { background-color: rgb(227,25,60); }
div.DivClassName
{
background-color: #E3193C;
}
.BgClassName
{
background-color: #E3193C;
}
</style>
border-color css
<style>
span { border-color: #E3193C; }
span { border-color: rgb(227,25,60); }
td.TdClassName
{
border-color: #E3193C;
}
.TagClassName
{
border-color: #E3193C;
}
</style>