Shades of Scarlet #EF1911
Tints of Scarlet #EF1911
RGB
CMYK
RGB Variations
Color information
#EF1911 (or 0xEF1911) is known color: Scarlet. HEX triplet: EF, 19 and 11. RGB value is (239,25,17). Sum of RGB (Red+Green+Blue) = 239+25+17=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1911 is #10E6EE. Grayscale: #585858. Windows color (decimal): -1107695 or 1120751. OLE color: 1120751.
HSL color Cylindrical-coordinate representation of color #EF1911: hue angle of 2.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.06 |
| HSL | 2.16º | 0.87% | 0.5% | - |
| HSV(B) | 2.16º | 0.93% | 0.94% | - |
| XYZ | 36.05 | 19.09 | 2.31 | - |
| YUV | 88.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 17 | 0 | 0.90 | 0.93 | 0.06 | 2.16 | 0.87 | 0.5 |
| Hex | EF | 19 | 11 | 0 | 5A | 5D | 6 | 2 | 57 | 32 |
| Octal | 357 | 31 | 21 | 0 | 132 | 135 | 6 | 2 | 127 | 62 |
| Binary | 11101111 | 11001 | 10001 | 0 | 1011010 | 1011101 | 110 | 10 | 1010111 | 110010 |
Color Harmonies of #EF1911
Complementary color
Monochromatic Colors of #EF1911
Black with #EF1911
Text Example
Text Example
White with #EF1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1911; }
p { color: rgb(239,25,17); }
H1.HeaderClassName
{
color: #EF1911;
}
.AnyTagClassName
{
color: #EF1911;
}
</style>
background-color css
<style>
a { background-color: #EF1911; }
a { background-color: rgb(239,25,17); }
div.DivClassName
{
background-color: #EF1911;
}
.BgClassName
{
background-color: #EF1911;
}
</style>
border-color css
<style>
span { border-color: #EF1911; }
span { border-color: rgb(239,25,17); }
td.TdClassName
{
border-color: #EF1911;
}
.TagClassName
{
border-color: #EF1911;
}
</style>