Shades of Scarlet #EF2916
Tints of Scarlet #EF2916
RGB
CMYK
RGB Variations
Color information
#EF2916 (or 0xEF2916) is known color: Scarlet. HEX triplet: EF, 29 and 16. RGB value is (239,41,22). Sum of RGB (Red+Green+Blue) = 239+41+22=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2916 is #10D6E9. Grayscale: #626262. Windows color (decimal): -1103594 or 1452527. OLE color: 1452527.
HSL color Cylindrical-coordinate representation of color #EF2916: hue angle of 5.25º 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 #EF2916 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.06 |
| HSL | 5.25º | 0.87% | 0.51% | - |
| HSV(B) | 5.25º | 0.91% | 0.94% | - |
| XYZ | 36.53 | 19.99 | 2.69 | - |
| YUV | 98.04 | 85.1 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 22 | 0 | 0.83 | 0.91 | 0.06 | 5.25 | 0.87 | 0.51 |
| Hex | EF | 29 | 16 | 0 | 53 | 5B | 6 | 5 | 57 | 33 |
| Octal | 357 | 51 | 26 | 0 | 123 | 133 | 6 | 5 | 127 | 63 |
| Binary | 11101111 | 101001 | 10110 | 0 | 1010011 | 1011011 | 110 | 101 | 1010111 | 110011 |
Color Harmonies of #EF2916
Complementary color
Monochromatic Colors of #EF2916
Black with #EF2916
Text Example
Text Example
White with #EF2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2916; }
p { color: rgb(239,41,22); }
H1.HeaderClassName
{
color: #EF2916;
}
.AnyTagClassName
{
color: #EF2916;
}
</style>
background-color css
<style>
a { background-color: #EF2916; }
a { background-color: rgb(239,41,22); }
div.DivClassName
{
background-color: #EF2916;
}
.BgClassName
{
background-color: #EF2916;
}
</style>
border-color css
<style>
span { border-color: #EF2916; }
span { border-color: rgb(239,41,22); }
td.TdClassName
{
border-color: #EF2916;
}
.TagClassName
{
border-color: #EF2916;
}
</style>