Shades of Crimson #EF1944
Tints of Crimson #EF1944
RGB
CMYK
RGB Variations
Color information
#EF1944 (or 0xEF1944) is known color: Crimson. HEX triplet: EF, 19 and 44. RGB value is (239,25,68). Sum of RGB (Red+Green+Blue) = 239+25+68=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1944 is #10E6BB. Grayscale: #5D5D5D. Windows color (decimal): -1107644 or 4463087. OLE color: 4463087.
HSL color Cylindrical-coordinate representation of color #EF1944: hue angle of 347.94º 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 #EF1944 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.06 |
| HSL | 347.94º | 0.87% | 0.52% | - |
| HSV(B) | 347.94º | 0.9% | 0.94% | - |
| XYZ | 36.99 | 19.46 | 7.28 | - |
| YUV | 93.89 | 113.4 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 68 | 0 | 0.90 | 0.72 | 0.06 | 347.94 | 0.87 | 0.52 |
| Hex | EF | 19 | 44 | 0 | 5A | 48 | 6 | 15C | 57 | 34 |
| Octal | 357 | 31 | 104 | 0 | 132 | 110 | 6 | 534 | 127 | 64 |
| Binary | 11101111 | 11001 | 1000100 | 0 | 1011010 | 1001000 | 110 | 101011100 | 1010111 | 110100 |
Color Harmonies of #EF1944
Complementary color
Monochromatic Colors of #EF1944
Black with #EF1944
Text Example
Text Example
White with #EF1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1944; }
p { color: rgb(239,25,68); }
H1.HeaderClassName
{
color: #EF1944;
}
.AnyTagClassName
{
color: #EF1944;
}
</style>
background-color css
<style>
a { background-color: #EF1944; }
a { background-color: rgb(239,25,68); }
div.DivClassName
{
background-color: #EF1944;
}
.BgClassName
{
background-color: #EF1944;
}
</style>
border-color css
<style>
span { border-color: #EF1944; }
span { border-color: rgb(239,25,68); }
td.TdClassName
{
border-color: #EF1944;
}
.TagClassName
{
border-color: #EF1944;
}
</style>