Shades of Crimson #EF193F
Tints of Crimson #EF193F
RGB
CMYK
RGB Variations
Color information
#EF193F (or 0xEF193F) is known color: Crimson. HEX triplet: EF, 19 and 3F. RGB value is (239,25,63). Sum of RGB (Red+Green+Blue) = 239+25+63=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF193F is #10E6C0. Grayscale: #5D5D5D. Windows color (decimal): -1107649 or 4135407. OLE color: 4135407.
HSL color Cylindrical-coordinate representation of color #EF193F: hue angle of 349.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF193F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.06 |
| HSL | 349.35º | 0.87% | 0.52% | - |
| HSV(B) | 349.35º | 0.9% | 0.94% | - |
| XYZ | 36.84 | 19.4 | 6.51 | - |
| YUV | 93.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 63 | 0 | 0.90 | 0.74 | 0.06 | 349.35 | 0.87 | 0.52 |
| Hex | EF | 19 | 3F | 0 | 5A | 4A | 6 | 15D | 57 | 34 |
| Octal | 357 | 31 | 77 | 0 | 132 | 112 | 6 | 535 | 127 | 64 |
| Binary | 11101111 | 11001 | 111111 | 0 | 1011010 | 1001010 | 110 | 101011101 | 1010111 | 110100 |
Color Harmonies of #EF193F
Complementary color
Monochromatic Colors of #EF193F
Black with #EF193F
Text Example
Text Example
White with #EF193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF193F; }
p { color: rgb(239,25,63); }
H1.HeaderClassName
{
color: #EF193F;
}
.AnyTagClassName
{
color: #EF193F;
}
</style>
background-color css
<style>
a { background-color: #EF193F; }
a { background-color: rgb(239,25,63); }
div.DivClassName
{
background-color: #EF193F;
}
.BgClassName
{
background-color: #EF193F;
}
</style>
border-color css
<style>
span { border-color: #EF193F; }
span { border-color: rgb(239,25,63); }
td.TdClassName
{
border-color: #EF193F;
}
.TagClassName
{
border-color: #EF193F;
}
</style>