Shades of Crimson #EF1946
Tints of Crimson #EF1946
RGB
CMYK
RGB Variations
Color information
#EF1946 (or 0xEF1946) is known color: Crimson. HEX triplet: EF, 19 and 46. RGB value is (239,25,70). Sum of RGB (Red+Green+Blue) = 239+25+70=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1946 is #10E6B9. Grayscale: #5E5E5E. Windows color (decimal): -1107642 or 4594159. OLE color: 4594159.
HSL color Cylindrical-coordinate representation of color #EF1946: hue angle of 347.38º 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 #EF1946 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 70 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.06 |
| HSL | 347.38º | 0.87% | 0.52% | - |
| HSV(B) | 347.38º | 0.9% | 0.94% | - |
| XYZ | 37.05 | 19.49 | 7.6 | - |
| YUV | 94.12 | 114.4 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 70 | 0 | 0.90 | 0.71 | 0.06 | 347.38 | 0.87 | 0.52 |
| Hex | EF | 19 | 46 | 0 | 5A | 47 | 6 | 15B | 57 | 34 |
| Octal | 357 | 31 | 106 | 0 | 132 | 107 | 6 | 533 | 127 | 64 |
| Binary | 11101111 | 11001 | 1000110 | 0 | 1011010 | 1000111 | 110 | 101011011 | 1010111 | 110100 |
Color Harmonies of #EF1946
Complementary color
Monochromatic Colors of #EF1946
Black with #EF1946
Text Example
Text Example
White with #EF1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1946; }
p { color: rgb(239,25,70); }
H1.HeaderClassName
{
color: #EF1946;
}
.AnyTagClassName
{
color: #EF1946;
}
</style>
background-color css
<style>
a { background-color: #EF1946; }
a { background-color: rgb(239,25,70); }
div.DivClassName
{
background-color: #EF1946;
}
.BgClassName
{
background-color: #EF1946;
}
</style>
border-color css
<style>
span { border-color: #EF1946; }
span { border-color: rgb(239,25,70); }
td.TdClassName
{
border-color: #EF1946;
}
.TagClassName
{
border-color: #EF1946;
}
</style>