Shades of Crimson #EE173D
Tints of Crimson #EE173D
RGB
CMYK
RGB Variations
Color information
#EE173D (or 0xEE173D) is known color: Crimson. HEX triplet: EE, 17 and 3D. RGB value is (238,23,61). Sum of RGB (Red+Green+Blue) = 238+23+61=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE173D is #11E8C2. Grayscale: #5B5B5B. Windows color (decimal): -1173699 or 4003822. OLE color: 4003822.
HSL color Cylindrical-coordinate representation of color #EE173D: hue angle of 349.4º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE173D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.07 |
| HSL | 349.4º | 0.86% | 0.51% | - |
| HSV(B) | 349.4º | 0.9% | 0.93% | - |
| XYZ | 36.41 | 19.13 | 6.19 | - |
| YUV | 91.62 | 110.73 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 61 | 0 | 0.90 | 0.74 | 0.07 | 349.4 | 0.86 | 0.51 |
| Hex | EE | 17 | 3D | 0 | 5A | 4A | 7 | 15D | 56 | 33 |
| Octal | 356 | 27 | 75 | 0 | 132 | 112 | 7 | 535 | 126 | 63 |
| Binary | 11101110 | 10111 | 111101 | 0 | 1011010 | 1001010 | 111 | 101011101 | 1010110 | 110011 |
Color Harmonies of #EE173D
Complementary color
Monochromatic Colors of #EE173D
Black with #EE173D
Text Example
Text Example
White with #EE173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE173D; }
p { color: rgb(238,23,61); }
H1.HeaderClassName
{
color: #EE173D;
}
.AnyTagClassName
{
color: #EE173D;
}
</style>
background-color css
<style>
a { background-color: #EE173D; }
a { background-color: rgb(238,23,61); }
div.DivClassName
{
background-color: #EE173D;
}
.BgClassName
{
background-color: #EE173D;
}
</style>
border-color css
<style>
span { border-color: #EE173D; }
span { border-color: rgb(238,23,61); }
td.TdClassName
{
border-color: #EE173D;
}
.TagClassName
{
border-color: #EE173D;
}
</style>