Shades of Crimson #EF1847
Tints of Crimson #EF1847
RGB
CMYK
RGB Variations
Color information
#EF1847 (or 0xEF1847) is known color: Crimson. HEX triplet: EF, 18 and 47. RGB value is (239,24,71). Sum of RGB (Red+Green+Blue) = 239+24+71=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1847 is #10E7B8. Grayscale: #5D5D5D. Windows color (decimal): -1107897 or 4659439. OLE color: 4659439.
HSL color Cylindrical-coordinate representation of color #EF1847: hue angle of 346.88º 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 #EF1847 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 71 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.06 |
| HSL | 346.88º | 0.87% | 0.52% | - |
| HSV(B) | 346.88º | 0.9% | 0.94% | - |
| XYZ | 37.06 | 19.46 | 7.76 | - |
| YUV | 93.64 | 115.23 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 71 | 0 | 0.90 | 0.70 | 0.06 | 346.88 | 0.87 | 0.52 |
| Hex | EF | 18 | 47 | 0 | 5A | 46 | 6 | 15B | 57 | 34 |
| Octal | 357 | 30 | 107 | 0 | 132 | 106 | 6 | 533 | 127 | 64 |
| Binary | 11101111 | 11000 | 1000111 | 0 | 1011010 | 1000110 | 110 | 101011011 | 1010111 | 110100 |
Color Harmonies of #EF1847
Complementary color
Monochromatic Colors of #EF1847
Black with #EF1847
Text Example
Text Example
White with #EF1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1847; }
p { color: rgb(239,24,71); }
H1.HeaderClassName
{
color: #EF1847;
}
.AnyTagClassName
{
color: #EF1847;
}
</style>
background-color css
<style>
a { background-color: #EF1847; }
a { background-color: rgb(239,24,71); }
div.DivClassName
{
background-color: #EF1847;
}
.BgClassName
{
background-color: #EF1847;
}
</style>
border-color css
<style>
span { border-color: #EF1847; }
span { border-color: rgb(239,24,71); }
td.TdClassName
{
border-color: #EF1847;
}
.TagClassName
{
border-color: #EF1847;
}
</style>