Shades of Crimson #EF1644
Tints of Crimson #EF1644
RGB
CMYK
RGB Variations
Color information
#EF1644 (or 0xEF1644) is known color: Crimson. HEX triplet: EF, 16 and 44. RGB value is (239,22,68). Sum of RGB (Red+Green+Blue) = 239+22+68=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1644 is #10E9BB. Grayscale: #5C5C5C. Windows color (decimal): -1108412 or 4462319. OLE color: 4462319.
HSL color Cylindrical-coordinate representation of color #EF1644: hue angle of 347.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1644 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.06 |
| HSL | 347.28º | 0.87% | 0.51% | - |
| HSV(B) | 347.28º | 0.91% | 0.94% | - |
| XYZ | 36.93 | 19.34 | 7.26 | - |
| YUV | 92.13 | 114.39 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 68 | 0 | 0.91 | 0.72 | 0.06 | 347.28 | 0.87 | 0.51 |
| Hex | EF | 16 | 44 | 0 | 5B | 48 | 6 | 15B | 57 | 33 |
| Octal | 357 | 26 | 104 | 0 | 133 | 110 | 6 | 533 | 127 | 63 |
| Binary | 11101111 | 10110 | 1000100 | 0 | 1011011 | 1001000 | 110 | 101011011 | 1010111 | 110011 |
Color Harmonies of #EF1644
Complementary color
Monochromatic Colors of #EF1644
Black with #EF1644
Text Example
Text Example
White with #EF1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1644; }
p { color: rgb(239,22,68); }
H1.HeaderClassName
{
color: #EF1644;
}
.AnyTagClassName
{
color: #EF1644;
}
</style>
background-color css
<style>
a { background-color: #EF1644; }
a { background-color: rgb(239,22,68); }
div.DivClassName
{
background-color: #EF1644;
}
.BgClassName
{
background-color: #EF1644;
}
</style>
border-color css
<style>
span { border-color: #EF1644; }
span { border-color: rgb(239,22,68); }
td.TdClassName
{
border-color: #EF1644;
}
.TagClassName
{
border-color: #EF1644;
}
</style>