Shades of Crimson #EF1844
Tints of Crimson #EF1844
RGB
CMYK
RGB Variations
Color information
#EF1844 (or 0xEF1844) is known color: Crimson. HEX triplet: EF, 18 and 44. RGB value is (239,24,68). Sum of RGB (Red+Green+Blue) = 239+24+68=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1844 is #10E7BB. Grayscale: #5D5D5D. Windows color (decimal): -1107900 or 4462831. OLE color: 4462831.
HSL color Cylindrical-coordinate representation of color #EF1844: hue angle of 347.72º 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 #EF1844 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.06 |
| HSL | 347.72º | 0.87% | 0.52% | - |
| HSV(B) | 347.72º | 0.9% | 0.94% | - |
| XYZ | 36.97 | 19.42 | 7.27 | - |
| YUV | 93.3 | 113.73 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 68 | 0 | 0.90 | 0.72 | 0.06 | 347.72 | 0.87 | 0.52 |
| Hex | EF | 18 | 44 | 0 | 5A | 48 | 6 | 15C | 57 | 34 |
| Octal | 357 | 30 | 104 | 0 | 132 | 110 | 6 | 534 | 127 | 64 |
| Binary | 11101111 | 11000 | 1000100 | 0 | 1011010 | 1001000 | 110 | 101011100 | 1010111 | 110100 |
Color Harmonies of #EF1844
Complementary color
Monochromatic Colors of #EF1844
Black with #EF1844
Text Example
Text Example
White with #EF1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1844; }
p { color: rgb(239,24,68); }
H1.HeaderClassName
{
color: #EF1844;
}
.AnyTagClassName
{
color: #EF1844;
}
</style>
background-color css
<style>
a { background-color: #EF1844; }
a { background-color: rgb(239,24,68); }
div.DivClassName
{
background-color: #EF1844;
}
.BgClassName
{
background-color: #EF1844;
}
</style>
border-color css
<style>
span { border-color: #EF1844; }
span { border-color: rgb(239,24,68); }
td.TdClassName
{
border-color: #EF1844;
}
.TagClassName
{
border-color: #EF1844;
}
</style>