Shades of Crimson #EF1244
Tints of Crimson #EF1244
RGB
CMYK
RGB Variations
Color information
#EF1244 (or 0xEF1244) is known color: Crimson. HEX triplet: EF, 12 and 44. RGB value is (239,18,68). Sum of RGB (Red+Green+Blue) = 239+18+68=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1244 is #10EDBB. Grayscale: #595959. Windows color (decimal): -1109436 or 4461295. OLE color: 4461295.
HSL color Cylindrical-coordinate representation of color #EF1244: hue angle of 346.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1244 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 68 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.06 |
| HSL | 346.43º | 0.87% | 0.5% | - |
| HSV(B) | 346.43º | 0.92% | 0.94% | - |
| XYZ | 36.86 | 19.2 | 7.23 | - |
| YUV | 89.78 | 115.72 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 68 | 0 | 0.92 | 0.72 | 0.06 | 346.43 | 0.87 | 0.5 |
| Hex | EF | 12 | 44 | 0 | 5C | 48 | 6 | 15A | 57 | 32 |
| Octal | 357 | 22 | 104 | 0 | 134 | 110 | 6 | 532 | 127 | 62 |
| Binary | 11101111 | 10010 | 1000100 | 0 | 1011100 | 1001000 | 110 | 101011010 | 1010111 | 110010 |
Color Harmonies of #EF1244
Complementary color
Monochromatic Colors of #EF1244
Black with #EF1244
Text Example
Text Example
White with #EF1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1244; }
p { color: rgb(239,18,68); }
H1.HeaderClassName
{
color: #EF1244;
}
.AnyTagClassName
{
color: #EF1244;
}
</style>
background-color css
<style>
a { background-color: #EF1244; }
a { background-color: rgb(239,18,68); }
div.DivClassName
{
background-color: #EF1244;
}
.BgClassName
{
background-color: #EF1244;
}
</style>
border-color css
<style>
span { border-color: #EF1244; }
span { border-color: rgb(239,18,68); }
td.TdClassName
{
border-color: #EF1244;
}
.TagClassName
{
border-color: #EF1244;
}
</style>