Shades of Crimson #EF0F48
Tints of Crimson #EF0F48
RGB
CMYK
RGB Variations
Color information
#EF0F48 (or 0xEF0F48) is known color: Crimson. HEX triplet: EF, 0F and 48. RGB value is (239,15,72). Sum of RGB (Red+Green+Blue) = 239+15+72=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F48 is #10F0B7. Grayscale: #585858. Windows color (decimal): -1110200 or 4722671. OLE color: 4722671.
HSL color Cylindrical-coordinate representation of color #EF0F48: hue angle of 344.73º 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 #EF0F48 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 72 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.06 |
| HSL | 344.73º | 0.88% | 0.5% | - |
| HSV(B) | 344.73º | 0.94% | 0.94% | - |
| XYZ | 36.94 | 19.16 | 7.88 | - |
| YUV | 88.47 | 118.71 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 72 | 0 | 0.94 | 0.70 | 0.06 | 344.73 | 0.88 | 0.5 |
| Hex | EF | F | 48 | 0 | 5E | 46 | 6 | 159 | 58 | 32 |
| Octal | 357 | 17 | 110 | 0 | 136 | 106 | 6 | 531 | 130 | 62 |
| Binary | 11101111 | 1111 | 1001000 | 0 | 1011110 | 1000110 | 110 | 101011001 | 1011000 | 110010 |
Color Harmonies of #EF0F48
Complementary color
Monochromatic Colors of #EF0F48
Black with #EF0F48
Text Example
Text Example
White with #EF0F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F48; }
p { color: rgb(239,15,72); }
H1.HeaderClassName
{
color: #EF0F48;
}
.AnyTagClassName
{
color: #EF0F48;
}
</style>
background-color css
<style>
a { background-color: #EF0F48; }
a { background-color: rgb(239,15,72); }
div.DivClassName
{
background-color: #EF0F48;
}
.BgClassName
{
background-color: #EF0F48;
}
</style>
border-color css
<style>
span { border-color: #EF0F48; }
span { border-color: rgb(239,15,72); }
td.TdClassName
{
border-color: #EF0F48;
}
.TagClassName
{
border-color: #EF0F48;
}
</style>