Shades of Crimson #E9193D
Tints of Crimson #E9193D
RGB
CMYK
RGB Variations
Color information
#E9193D (or 0xE9193D) is known color: Crimson. HEX triplet: E9, 19 and 3D. RGB value is (233,25,61). Sum of RGB (Red+Green+Blue) = 233+25+61=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E9193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9193D is #16E6C2. Grayscale: #5B5B5B. Windows color (decimal): -1500867 or 4004329. OLE color: 4004329.
HSL color Cylindrical-coordinate representation of color #E9193D: hue angle of 349.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9193D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.09 |
| HSL | 349.62º | 0.83% | 0.51% | - |
| HSV(B) | 349.62º | 0.89% | 0.91% | - |
| XYZ | 34.79 | 18.36 | 6.12 | - |
| YUV | 91.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 61 | 0 | 0.89 | 0.74 | 0.09 | 349.62 | 0.83 | 0.51 |
| Hex | E9 | 19 | 3D | 0 | 59 | 4A | 9 | 15E | 53 | 33 |
| Octal | 351 | 31 | 75 | 0 | 131 | 112 | 11 | 536 | 123 | 63 |
| Binary | 11101001 | 11001 | 111101 | 0 | 1011001 | 1001010 | 1001 | 101011110 | 1010011 | 110011 |
Color Harmonies of #E9193D
Complementary color
Monochromatic Colors of #E9193D
Black with #E9193D
Text Example
Text Example
White with #E9193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9193D; }
p { color: rgb(233,25,61); }
H1.HeaderClassName
{
color: #E9193D;
}
.AnyTagClassName
{
color: #E9193D;
}
</style>
background-color css
<style>
a { background-color: #E9193D; }
a { background-color: rgb(233,25,61); }
div.DivClassName
{
background-color: #E9193D;
}
.BgClassName
{
background-color: #E9193D;
}
</style>
border-color css
<style>
span { border-color: #E9193D; }
span { border-color: rgb(233,25,61); }
td.TdClassName
{
border-color: #E9193D;
}
.TagClassName
{
border-color: #E9193D;
}
</style>