Shades of Crimson #E9173D
Tints of Crimson #E9173D
RGB
CMYK
RGB Variations
Color information
#E9173D (or 0xE9173D) is known color: Crimson. HEX triplet: E9, 17 and 3D. RGB value is (233,23,61). Sum of RGB (Red+Green+Blue) = 233+23+61=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E9173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9173D is #16E8C2. Grayscale: #5A5A5A. Windows color (decimal): -1501379 or 4003817. OLE color: 4003817.
HSL color Cylindrical-coordinate representation of color #E9173D: hue angle of 349.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9173D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.09 |
| HSL | 349.14º | 0.83% | 0.5% | - |
| HSV(B) | 349.14º | 0.9% | 0.91% | - |
| XYZ | 34.75 | 18.27 | 6.11 | - |
| YUV | 90.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 61 | 0 | 0.90 | 0.74 | 0.09 | 349.14 | 0.83 | 0.5 |
| Hex | E9 | 17 | 3D | 0 | 5A | 4A | 9 | 15D | 53 | 32 |
| Octal | 351 | 27 | 75 | 0 | 132 | 112 | 11 | 535 | 123 | 62 |
| Binary | 11101001 | 10111 | 111101 | 0 | 1011010 | 1001010 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E9173D
Complementary color
Monochromatic Colors of #E9173D
Black with #E9173D
Text Example
Text Example
White with #E9173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9173D; }
p { color: rgb(233,23,61); }
H1.HeaderClassName
{
color: #E9173D;
}
.AnyTagClassName
{
color: #E9173D;
}
</style>
background-color css
<style>
a { background-color: #E9173D; }
a { background-color: rgb(233,23,61); }
div.DivClassName
{
background-color: #E9173D;
}
.BgClassName
{
background-color: #E9173D;
}
</style>
border-color css
<style>
span { border-color: #E9173D; }
span { border-color: rgb(233,23,61); }
td.TdClassName
{
border-color: #E9173D;
}
.TagClassName
{
border-color: #E9173D;
}
</style>