Shades of Crimson #EF1049
Tints of Crimson #EF1049
RGB
CMYK
RGB Variations
Color information
#EF1049 (or 0xEF1049) is known color: Crimson. HEX triplet: EF, 10 and 49. RGB value is (239,16,73). Sum of RGB (Red+Green+Blue) = 239+16+73=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1049 is #10EFB6. Grayscale: #595959. Windows color (decimal): -1109943 or 4788463. OLE color: 4788463.
HSL color Cylindrical-coordinate representation of color #EF1049: hue angle of 344.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1049 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.06 |
| HSL | 344.66º | 0.87% | 0.5% | - |
| HSV(B) | 344.66º | 0.93% | 0.94% | - |
| XYZ | 36.98 | 19.2 | 8.06 | - |
| YUV | 89.18 | 118.88 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 73 | 0 | 0.93 | 0.69 | 0.06 | 344.66 | 0.87 | 0.5 |
| Hex | EF | 10 | 49 | 0 | 5D | 45 | 6 | 159 | 57 | 32 |
| Octal | 357 | 20 | 111 | 0 | 135 | 105 | 6 | 531 | 127 | 62 |
| Binary | 11101111 | 10000 | 1001001 | 0 | 1011101 | 1000101 | 110 | 101011001 | 1010111 | 110010 |
Color Harmonies of #EF1049
Complementary color
Monochromatic Colors of #EF1049
Black with #EF1049
Text Example
Text Example
White with #EF1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1049; }
p { color: rgb(239,16,73); }
H1.HeaderClassName
{
color: #EF1049;
}
.AnyTagClassName
{
color: #EF1049;
}
</style>
background-color css
<style>
a { background-color: #EF1049; }
a { background-color: rgb(239,16,73); }
div.DivClassName
{
background-color: #EF1049;
}
.BgClassName
{
background-color: #EF1049;
}
</style>
border-color css
<style>
span { border-color: #EF1049; }
span { border-color: rgb(239,16,73); }
td.TdClassName
{
border-color: #EF1049;
}
.TagClassName
{
border-color: #EF1049;
}
</style>