Shades of Crimson #EF1741
Tints of Crimson #EF1741
RGB
CMYK
RGB Variations
Color information
#EF1741 (or 0xEF1741) is known color: Crimson. HEX triplet: EF, 17 and 41. RGB value is (239,23,65). Sum of RGB (Red+Green+Blue) = 239+23+65=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1741 is #10E8BE. Grayscale: #5C5C5C. Windows color (decimal): -1108159 or 4265967. OLE color: 4265967.
HSL color Cylindrical-coordinate representation of color #EF1741: hue angle of 348.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1741 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.06 |
| HSL | 348.33º | 0.87% | 0.51% | - |
| HSV(B) | 348.33º | 0.9% | 0.94% | - |
| XYZ | 36.86 | 19.35 | 6.79 | - |
| YUV | 92.37 | 112.56 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 65 | 0 | 0.90 | 0.73 | 0.06 | 348.33 | 0.87 | 0.51 |
| Hex | EF | 17 | 41 | 0 | 5A | 49 | 6 | 15C | 57 | 33 |
| Octal | 357 | 27 | 101 | 0 | 132 | 111 | 6 | 534 | 127 | 63 |
| Binary | 11101111 | 10111 | 1000001 | 0 | 1011010 | 1001001 | 110 | 101011100 | 1010111 | 110011 |
Color Harmonies of #EF1741
Complementary color
Monochromatic Colors of #EF1741
Black with #EF1741
Text Example
Text Example
White with #EF1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1741; }
p { color: rgb(239,23,65); }
H1.HeaderClassName
{
color: #EF1741;
}
.AnyTagClassName
{
color: #EF1741;
}
</style>
background-color css
<style>
a { background-color: #EF1741; }
a { background-color: rgb(239,23,65); }
div.DivClassName
{
background-color: #EF1741;
}
.BgClassName
{
background-color: #EF1741;
}
</style>
border-color css
<style>
span { border-color: #EF1741; }
span { border-color: rgb(239,23,65); }
td.TdClassName
{
border-color: #EF1741;
}
.TagClassName
{
border-color: #EF1741;
}
</style>