Shades of Crimson #EF1649
Tints of Crimson #EF1649
RGB
CMYK
RGB Variations
Color information
#EF1649 (or 0xEF1649) is known color: Crimson. HEX triplet: EF, 16 and 49. RGB value is (239,22,73). Sum of RGB (Red+Green+Blue) = 239+22+73=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1649 is #10E9B6. Grayscale: #5C5C5C. Windows color (decimal): -1108407 or 4789999. OLE color: 4789999.
HSL color Cylindrical-coordinate representation of color #EF1649: hue angle of 345.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1649 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.06 |
| HSL | 345.9º | 0.87% | 0.51% | - |
| HSV(B) | 345.9º | 0.91% | 0.94% | - |
| XYZ | 37.09 | 19.41 | 8.09 | - |
| YUV | 92.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 73 | 0 | 0.91 | 0.69 | 0.06 | 345.9 | 0.87 | 0.51 |
| Hex | EF | 16 | 49 | 0 | 5B | 45 | 6 | 15A | 57 | 33 |
| Octal | 357 | 26 | 111 | 0 | 133 | 105 | 6 | 532 | 127 | 63 |
| Binary | 11101111 | 10110 | 1001001 | 0 | 1011011 | 1000101 | 110 | 101011010 | 1010111 | 110011 |
Color Harmonies of #EF1649
Complementary color
Monochromatic Colors of #EF1649
Black with #EF1649
Text Example
Text Example
White with #EF1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1649; }
p { color: rgb(239,22,73); }
H1.HeaderClassName
{
color: #EF1649;
}
.AnyTagClassName
{
color: #EF1649;
}
</style>
background-color css
<style>
a { background-color: #EF1649; }
a { background-color: rgb(239,22,73); }
div.DivClassName
{
background-color: #EF1649;
}
.BgClassName
{
background-color: #EF1649;
}
</style>
border-color css
<style>
span { border-color: #EF1649; }
span { border-color: rgb(239,22,73); }
td.TdClassName
{
border-color: #EF1649;
}
.TagClassName
{
border-color: #EF1649;
}
</style>