Shades of Crimson #E3193D
Tints of Crimson #E3193D
RGB
CMYK
RGB Variations
Color information
#E3193D (or 0xE3193D) is known color: Crimson. HEX triplet: E3, 19 and 3D. RGB value is (227,25,61). Sum of RGB (Red+Green+Blue) = 227+25+61=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E3193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3193D is #1CE6C2. Grayscale: #595959. Windows color (decimal): -1894083 or 4004323. OLE color: 4004323.
HSL color Cylindrical-coordinate representation of color #E3193D: hue angle of 349.31º 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 #E3193D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.11 |
| HSL | 349.31º | 0.8% | 0.49% | - |
| HSV(B) | 349.31º | 0.89% | 0.89% | - |
| XYZ | 32.87 | 17.36 | 6.03 | - |
| YUV | 89.5 | 111.92 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 61 | 0 | 0.89 | 0.73 | 0.11 | 349.31 | 0.8 | 0.49 |
| Hex | E3 | 19 | 3D | 0 | 59 | 49 | B | 15D | 50 | 31 |
| Octal | 343 | 31 | 75 | 0 | 131 | 111 | 13 | 535 | 120 | 61 |
| Binary | 11100011 | 11001 | 111101 | 0 | 1011001 | 1001001 | 1011 | 101011101 | 1010000 | 110001 |
Color Harmonies of #E3193D
Complementary color
Monochromatic Colors of #E3193D
Black with #E3193D
Text Example
Text Example
White with #E3193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3193D; }
p { color: rgb(227,25,61); }
H1.HeaderClassName
{
color: #E3193D;
}
.AnyTagClassName
{
color: #E3193D;
}
</style>
background-color css
<style>
a { background-color: #E3193D; }
a { background-color: rgb(227,25,61); }
div.DivClassName
{
background-color: #E3193D;
}
.BgClassName
{
background-color: #E3193D;
}
</style>
border-color css
<style>
span { border-color: #E3193D; }
span { border-color: rgb(227,25,61); }
td.TdClassName
{
border-color: #E3193D;
}
.TagClassName
{
border-color: #E3193D;
}
</style>