Shades of Crimson #EF0F47
Tints of Crimson #EF0F47
RGB
CMYK
RGB Variations
Color information
#EF0F47 (or 0xEF0F47) is known color: Crimson. HEX triplet: EF, 0F and 47. RGB value is (239,15,71). Sum of RGB (Red+Green+Blue) = 239+15+71=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F47 is #10F0B8. Grayscale: #585858. Windows color (decimal): -1110201 or 4657135. OLE color: 4657135.
HSL color Cylindrical-coordinate representation of color #EF0F47: hue angle of 345º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F47 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 71 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.06 |
| HSL | 345º | 0.88% | 0.5% | - |
| HSV(B) | 345º | 0.94% | 0.94% | - |
| XYZ | 36.9 | 19.15 | 7.71 | - |
| YUV | 88.36 | 118.21 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 71 | 0 | 0.94 | 0.70 | 0.06 | 345 | 0.88 | 0.5 |
| Hex | EF | F | 47 | 0 | 5E | 46 | 6 | 159 | 58 | 32 |
| Octal | 357 | 17 | 107 | 0 | 136 | 106 | 6 | 531 | 130 | 62 |
| Binary | 11101111 | 1111 | 1000111 | 0 | 1011110 | 1000110 | 110 | 101011001 | 1011000 | 110010 |
Color Harmonies of #EF0F47
Complementary color
Monochromatic Colors of #EF0F47
Black with #EF0F47
Text Example
Text Example
White with #EF0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F47; }
p { color: rgb(239,15,71); }
H1.HeaderClassName
{
color: #EF0F47;
}
.AnyTagClassName
{
color: #EF0F47;
}
</style>
background-color css
<style>
a { background-color: #EF0F47; }
a { background-color: rgb(239,15,71); }
div.DivClassName
{
background-color: #EF0F47;
}
.BgClassName
{
background-color: #EF0F47;
}
</style>
border-color css
<style>
span { border-color: #EF0F47; }
span { border-color: rgb(239,15,71); }
td.TdClassName
{
border-color: #EF0F47;
}
.TagClassName
{
border-color: #EF0F47;
}
</style>