Shades of Crimson #EE193F
Tints of Crimson #EE193F
RGB
CMYK
RGB Variations
Color information
#EE193F (or 0xEE193F) is known color: Crimson. HEX triplet: EE, 19 and 3F. RGB value is (238,25,63). Sum of RGB (Red+Green+Blue) = 238+25+63=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE193F is #11E6C0. Grayscale: #5D5D5D. Windows color (decimal): -1173185 or 4135406. OLE color: 4135406.
HSL color Cylindrical-coordinate representation of color #EE193F: hue angle of 349.3º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE193F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.07 |
| HSL | 349.3º | 0.86% | 0.52% | - |
| HSV(B) | 349.3º | 0.89% | 0.93% | - |
| XYZ | 36.5 | 19.23 | 6.49 | - |
| YUV | 93.02 | 111.07 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 63 | 0 | 0.89 | 0.74 | 0.07 | 349.3 | 0.86 | 0.52 |
| Hex | EE | 19 | 3F | 0 | 59 | 4A | 7 | 15D | 56 | 34 |
| Octal | 356 | 31 | 77 | 0 | 131 | 112 | 7 | 535 | 126 | 64 |
| Binary | 11101110 | 11001 | 111111 | 0 | 1011001 | 1001010 | 111 | 101011101 | 1010110 | 110100 |
Color Harmonies of #EE193F
Complementary color
Monochromatic Colors of #EE193F
Black with #EE193F
Text Example
Text Example
White with #EE193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE193F; }
p { color: rgb(238,25,63); }
H1.HeaderClassName
{
color: #EE193F;
}
.AnyTagClassName
{
color: #EE193F;
}
</style>
background-color css
<style>
a { background-color: #EE193F; }
a { background-color: rgb(238,25,63); }
div.DivClassName
{
background-color: #EE193F;
}
.BgClassName
{
background-color: #EE193F;
}
</style>
border-color css
<style>
span { border-color: #EE193F; }
span { border-color: rgb(238,25,63); }
td.TdClassName
{
border-color: #EE193F;
}
.TagClassName
{
border-color: #EE193F;
}
</style>