Shades of Crimson #E3193A
Tints of Crimson #E3193A
RGB
CMYK
RGB Variations
Color information
#E3193A (or 0xE3193A) is known color: Crimson. HEX triplet: E3, 19 and 3A. RGB value is (227,25,58). Sum of RGB (Red+Green+Blue) = 227+25+58=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E3193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3193A is #1CE6C5. Grayscale: #595959. Windows color (decimal): -1894086 or 3807715. OLE color: 3807715.
HSL color Cylindrical-coordinate representation of color #E3193A: hue angle of 350.2º 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 #E3193A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 58 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.11 |
| HSL | 350.2º | 0.8% | 0.49% | - |
| HSV(B) | 350.2º | 0.89% | 0.89% | - |
| XYZ | 32.79 | 17.33 | 5.62 | - |
| YUV | 89.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 58 | 0 | 0.89 | 0.74 | 0.11 | 350.2 | 0.8 | 0.49 |
| Hex | E3 | 19 | 3A | 0 | 59 | 4A | B | 15E | 50 | 31 |
| Octal | 343 | 31 | 72 | 0 | 131 | 112 | 13 | 536 | 120 | 61 |
| Binary | 11100011 | 11001 | 111010 | 0 | 1011001 | 1001010 | 1011 | 101011110 | 1010000 | 110001 |
Color Harmonies of #E3193A
Complementary color
Monochromatic Colors of #E3193A
Black with #E3193A
Text Example
Text Example
White with #E3193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3193A; }
p { color: rgb(227,25,58); }
H1.HeaderClassName
{
color: #E3193A;
}
.AnyTagClassName
{
color: #E3193A;
}
</style>
background-color css
<style>
a { background-color: #E3193A; }
a { background-color: rgb(227,25,58); }
div.DivClassName
{
background-color: #E3193A;
}
.BgClassName
{
background-color: #E3193A;
}
</style>
border-color css
<style>
span { border-color: #E3193A; }
span { border-color: rgb(227,25,58); }
td.TdClassName
{
border-color: #E3193A;
}
.TagClassName
{
border-color: #E3193A;
}
</style>