Shades of Crimson #EF193E
Tints of Crimson #EF193E
RGB
CMYK
RGB Variations
Color information
#EF193E (or 0xEF193E) is known color: Crimson. HEX triplet: EF, 19 and 3E. RGB value is (239,25,62). Sum of RGB (Red+Green+Blue) = 239+25+62=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF193E is #10E6C1. Grayscale: #5D5D5D. Windows color (decimal): -1107650 or 4069871. OLE color: 4069871.
HSL color Cylindrical-coordinate representation of color #EF193E: hue angle of 349.63º 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 #EF193E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 62 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.06 |
| HSL | 349.63º | 0.87% | 0.52% | - |
| HSV(B) | 349.63º | 0.9% | 0.94% | - |
| XYZ | 36.81 | 19.39 | 6.36 | - |
| YUV | 93.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 62 | 0 | 0.90 | 0.74 | 0.06 | 349.63 | 0.87 | 0.52 |
| Hex | EF | 19 | 3E | 0 | 5A | 4A | 6 | 15E | 57 | 34 |
| Octal | 357 | 31 | 76 | 0 | 132 | 112 | 6 | 536 | 127 | 64 |
| Binary | 11101111 | 11001 | 111110 | 0 | 1011010 | 1001010 | 110 | 101011110 | 1010111 | 110100 |
Color Harmonies of #EF193E
Complementary color
Monochromatic Colors of #EF193E
Black with #EF193E
Text Example
Text Example
White with #EF193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF193E; }
p { color: rgb(239,25,62); }
H1.HeaderClassName
{
color: #EF193E;
}
.AnyTagClassName
{
color: #EF193E;
}
</style>
background-color css
<style>
a { background-color: #EF193E; }
a { background-color: rgb(239,25,62); }
div.DivClassName
{
background-color: #EF193E;
}
.BgClassName
{
background-color: #EF193E;
}
</style>
border-color css
<style>
span { border-color: #EF193E; }
span { border-color: rgb(239,25,62); }
td.TdClassName
{
border-color: #EF193E;
}
.TagClassName
{
border-color: #EF193E;
}
</style>