Shades of Crimson #EF164A
Tints of Crimson #EF164A
RGB
CMYK
RGB Variations
Color information
#EF164A (or 0xEF164A) is known color: Crimson. HEX triplet: EF, 16 and 4A. RGB value is (239,22,74). Sum of RGB (Red+Green+Blue) = 239+22+74=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF164A is #10E9B5. Grayscale: #5C5C5C. Windows color (decimal): -1108406 or 4855535. OLE color: 4855535.
HSL color Cylindrical-coordinate representation of color #EF164A: hue angle of 345.62º 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 #EF164A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 74 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.06 |
| HSL | 345.62º | 0.87% | 0.51% | - |
| HSV(B) | 345.62º | 0.91% | 0.94% | - |
| XYZ | 37.12 | 19.42 | 8.27 | - |
| YUV | 92.81 | 117.39 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 74 | 0 | 0.91 | 0.69 | 0.06 | 345.62 | 0.87 | 0.51 |
| Hex | EF | 16 | 4A | 0 | 5B | 45 | 6 | 15A | 57 | 33 |
| Octal | 357 | 26 | 112 | 0 | 133 | 105 | 6 | 532 | 127 | 63 |
| Binary | 11101111 | 10110 | 1001010 | 0 | 1011011 | 1000101 | 110 | 101011010 | 1010111 | 110011 |
Color Harmonies of #EF164A
Complementary color
Monochromatic Colors of #EF164A
Black with #EF164A
Text Example
Text Example
White with #EF164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF164A; }
p { color: rgb(239,22,74); }
H1.HeaderClassName
{
color: #EF164A;
}
.AnyTagClassName
{
color: #EF164A;
}
</style>
background-color css
<style>
a { background-color: #EF164A; }
a { background-color: rgb(239,22,74); }
div.DivClassName
{
background-color: #EF164A;
}
.BgClassName
{
background-color: #EF164A;
}
</style>
border-color css
<style>
span { border-color: #EF164A; }
span { border-color: rgb(239,22,74); }
td.TdClassName
{
border-color: #EF164A;
}
.TagClassName
{
border-color: #EF164A;
}
</style>