Shades of Crimson #EF1444
Tints of Crimson #EF1444
RGB
CMYK
RGB Variations
Color information
#EF1444 (or 0xEF1444) is known color: Crimson. HEX triplet: EF, 14 and 44. RGB value is (239,20,68). Sum of RGB (Red+Green+Blue) = 239+20+68=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1444 is #10EBBB. Grayscale: #5A5A5A. Windows color (decimal): -1108924 or 4461807. OLE color: 4461807.
HSL color Cylindrical-coordinate representation of color #EF1444: hue angle of 346.85º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1444 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.06 |
| HSL | 346.85º | 0.87% | 0.51% | - |
| HSV(B) | 346.85º | 0.92% | 0.94% | - |
| XYZ | 36.89 | 19.27 | 7.24 | - |
| YUV | 90.95 | 115.05 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 68 | 0 | 0.92 | 0.72 | 0.06 | 346.85 | 0.87 | 0.51 |
| Hex | EF | 14 | 44 | 0 | 5C | 48 | 6 | 15B | 57 | 33 |
| Octal | 357 | 24 | 104 | 0 | 134 | 110 | 6 | 533 | 127 | 63 |
| Binary | 11101111 | 10100 | 1000100 | 0 | 1011100 | 1001000 | 110 | 101011011 | 1010111 | 110011 |
Color Harmonies of #EF1444
Complementary color
Monochromatic Colors of #EF1444
Black with #EF1444
Text Example
Text Example
White with #EF1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1444; }
p { color: rgb(239,20,68); }
H1.HeaderClassName
{
color: #EF1444;
}
.AnyTagClassName
{
color: #EF1444;
}
</style>
background-color css
<style>
a { background-color: #EF1444; }
a { background-color: rgb(239,20,68); }
div.DivClassName
{
background-color: #EF1444;
}
.BgClassName
{
background-color: #EF1444;
}
</style>
border-color css
<style>
span { border-color: #EF1444; }
span { border-color: rgb(239,20,68); }
td.TdClassName
{
border-color: #EF1444;
}
.TagClassName
{
border-color: #EF1444;
}
</style>