Shades of Crimson #EF1942
Tints of Crimson #EF1942
RGB
CMYK
RGB Variations
Color information
#EF1942 (or 0xEF1942) is known color: Crimson. HEX triplet: EF, 19 and 42. RGB value is (239,25,66). Sum of RGB (Red+Green+Blue) = 239+25+66=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1942 is #10E6BD. Grayscale: #5D5D5D. Windows color (decimal): -1107646 or 4332015. OLE color: 4332015.
HSL color Cylindrical-coordinate representation of color #EF1942: hue angle of 348.5º 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 #EF1942 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 66 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.06 |
| HSL | 348.5º | 0.87% | 0.52% | - |
| HSV(B) | 348.5º | 0.9% | 0.94% | - |
| XYZ | 36.93 | 19.44 | 6.96 | - |
| YUV | 93.66 | 112.4 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 66 | 0 | 0.90 | 0.72 | 0.06 | 348.5 | 0.87 | 0.52 |
| Hex | EF | 19 | 42 | 0 | 5A | 48 | 6 | 15D | 57 | 34 |
| Octal | 357 | 31 | 102 | 0 | 132 | 110 | 6 | 535 | 127 | 64 |
| Binary | 11101111 | 11001 | 1000010 | 0 | 1011010 | 1001000 | 110 | 101011101 | 1010111 | 110100 |
Color Harmonies of #EF1942
Complementary color
Monochromatic Colors of #EF1942
Black with #EF1942
Text Example
Text Example
White with #EF1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1942; }
p { color: rgb(239,25,66); }
H1.HeaderClassName
{
color: #EF1942;
}
.AnyTagClassName
{
color: #EF1942;
}
</style>
background-color css
<style>
a { background-color: #EF1942; }
a { background-color: rgb(239,25,66); }
div.DivClassName
{
background-color: #EF1942;
}
.BgClassName
{
background-color: #EF1942;
}
</style>
border-color css
<style>
span { border-color: #EF1942; }
span { border-color: rgb(239,25,66); }
td.TdClassName
{
border-color: #EF1942;
}
.TagClassName
{
border-color: #EF1942;
}
</style>