Shades of Crimson #EF1748
Tints of Crimson #EF1748
RGB
CMYK
RGB Variations
Color information
#EF1748 (or 0xEF1748) is known color: Crimson. HEX triplet: EF, 17 and 48. RGB value is (239,23,72). Sum of RGB (Red+Green+Blue) = 239+23+72=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1748 is #10E8B7. Grayscale: #5D5D5D. Windows color (decimal): -1108152 or 4724719. OLE color: 4724719.
HSL color Cylindrical-coordinate representation of color #EF1748: hue angle of 346.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1748 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 72 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.06 |
| HSL | 346.39º | 0.87% | 0.51% | - |
| HSV(B) | 346.39º | 0.9% | 0.94% | - |
| XYZ | 37.07 | 19.43 | 7.93 | - |
| YUV | 93.17 | 116.06 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 72 | 0 | 0.90 | 0.70 | 0.06 | 346.39 | 0.87 | 0.51 |
| Hex | EF | 17 | 48 | 0 | 5A | 46 | 6 | 15A | 57 | 33 |
| Octal | 357 | 27 | 110 | 0 | 132 | 106 | 6 | 532 | 127 | 63 |
| Binary | 11101111 | 10111 | 1001000 | 0 | 1011010 | 1000110 | 110 | 101011010 | 1010111 | 110011 |
Color Harmonies of #EF1748
Complementary color
Monochromatic Colors of #EF1748
Black with #EF1748
Text Example
Text Example
White with #EF1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1748; }
p { color: rgb(239,23,72); }
H1.HeaderClassName
{
color: #EF1748;
}
.AnyTagClassName
{
color: #EF1748;
}
</style>
background-color css
<style>
a { background-color: #EF1748; }
a { background-color: rgb(239,23,72); }
div.DivClassName
{
background-color: #EF1748;
}
.BgClassName
{
background-color: #EF1748;
}
</style>
border-color css
<style>
span { border-color: #EF1748; }
span { border-color: rgb(239,23,72); }
td.TdClassName
{
border-color: #EF1748;
}
.TagClassName
{
border-color: #EF1748;
}
</style>