Shades of Crimson #EF1841
Tints of Crimson #EF1841
RGB
CMYK
RGB Variations
Color information
#EF1841 (or 0xEF1841) is known color: Crimson. HEX triplet: EF, 18 and 41. RGB value is (239,24,65). Sum of RGB (Red+Green+Blue) = 239+24+65=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1841 is #10E7BE. Grayscale: #5D5D5D. Windows color (decimal): -1107903 or 4266223. OLE color: 4266223.
HSL color Cylindrical-coordinate representation of color #EF1841: hue angle of 348.56º 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 #EF1841 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.06 |
| HSL | 348.56º | 0.87% | 0.52% | - |
| HSV(B) | 348.56º | 0.9% | 0.94% | - |
| XYZ | 36.88 | 19.39 | 6.8 | - |
| YUV | 92.96 | 112.23 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 65 | 0 | 0.90 | 0.73 | 0.06 | 348.56 | 0.87 | 0.52 |
| Hex | EF | 18 | 41 | 0 | 5A | 49 | 6 | 15D | 57 | 34 |
| Octal | 357 | 30 | 101 | 0 | 132 | 111 | 6 | 535 | 127 | 64 |
| Binary | 11101111 | 11000 | 1000001 | 0 | 1011010 | 1001001 | 110 | 101011101 | 1010111 | 110100 |
Color Harmonies of #EF1841
Complementary color
Monochromatic Colors of #EF1841
Black with #EF1841
Text Example
Text Example
White with #EF1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1841; }
p { color: rgb(239,24,65); }
H1.HeaderClassName
{
color: #EF1841;
}
.AnyTagClassName
{
color: #EF1841;
}
</style>
background-color css
<style>
a { background-color: #EF1841; }
a { background-color: rgb(239,24,65); }
div.DivClassName
{
background-color: #EF1841;
}
.BgClassName
{
background-color: #EF1841;
}
</style>
border-color css
<style>
span { border-color: #EF1841; }
span { border-color: rgb(239,24,65); }
td.TdClassName
{
border-color: #EF1841;
}
.TagClassName
{
border-color: #EF1841;
}
</style>