Shades of Crimson #EF1640
Tints of Crimson #EF1640
RGB
CMYK
RGB Variations
Color information
#EF1640 (or 0xEF1640) is known color: Crimson. HEX triplet: EF, 16 and 40. RGB value is (239,22,64). Sum of RGB (Red+Green+Blue) = 239+22+64=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1640 is #10E9BF. Grayscale: #5B5B5B. Windows color (decimal): -1108416 or 4200175. OLE color: 4200175.
HSL color Cylindrical-coordinate representation of color #EF1640: hue angle of 348.39º 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 #EF1640 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 64 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.06 |
| HSL | 348.39º | 0.87% | 0.51% | - |
| HSV(B) | 348.39º | 0.91% | 0.94% | - |
| XYZ | 36.81 | 19.29 | 6.63 | - |
| YUV | 91.67 | 112.39 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 64 | 0 | 0.91 | 0.73 | 0.06 | 348.39 | 0.87 | 0.51 |
| Hex | EF | 16 | 40 | 0 | 5B | 49 | 6 | 15C | 57 | 33 |
| Octal | 357 | 26 | 100 | 0 | 133 | 111 | 6 | 534 | 127 | 63 |
| Binary | 11101111 | 10110 | 1000000 | 0 | 1011011 | 1001001 | 110 | 101011100 | 1010111 | 110011 |
Color Harmonies of #EF1640
Complementary color
Monochromatic Colors of #EF1640
Black with #EF1640
Text Example
Text Example
White with #EF1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1640; }
p { color: rgb(239,22,64); }
H1.HeaderClassName
{
color: #EF1640;
}
.AnyTagClassName
{
color: #EF1640;
}
</style>
background-color css
<style>
a { background-color: #EF1640; }
a { background-color: rgb(239,22,64); }
div.DivClassName
{
background-color: #EF1640;
}
.BgClassName
{
background-color: #EF1640;
}
</style>
border-color css
<style>
span { border-color: #EF1640; }
span { border-color: rgb(239,22,64); }
td.TdClassName
{
border-color: #EF1640;
}
.TagClassName
{
border-color: #EF1640;
}
</style>