Shades of Scarlet #EF3119
Tints of Scarlet #EF3119
RGB
CMYK
RGB Variations
Color information
#EF3119 (or 0xEF3119) is known color: Scarlet. HEX triplet: EF, 31 and 19. RGB value is (239,49,25). Sum of RGB (Red+Green+Blue) = 239+49+25=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3119 is #10CEE6. Grayscale: #676767. Windows color (decimal): -1101543 or 1651183. OLE color: 1651183.
HSL color Cylindrical-coordinate representation of color #EF3119: hue angle of 6.73º 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 #EF3119 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 25 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.06 |
| HSL | 6.73º | 0.87% | 0.52% | - |
| HSV(B) | 6.73º | 0.9% | 0.94% | - |
| XYZ | 36.87 | 20.62 | 2.96 | - |
| YUV | 103.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 25 | 0 | 0.79 | 0.90 | 0.06 | 6.73 | 0.87 | 0.52 |
| Hex | EF | 31 | 19 | 0 | 4F | 5A | 6 | 7 | 57 | 34 |
| Octal | 357 | 61 | 31 | 0 | 117 | 132 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110001 | 11001 | 0 | 1001111 | 1011010 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF3119
Complementary color
Monochromatic Colors of #EF3119
Black with #EF3119
Text Example
Text Example
White with #EF3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3119; }
p { color: rgb(239,49,25); }
H1.HeaderClassName
{
color: #EF3119;
}
.AnyTagClassName
{
color: #EF3119;
}
</style>
background-color css
<style>
a { background-color: #EF3119; }
a { background-color: rgb(239,49,25); }
div.DivClassName
{
background-color: #EF3119;
}
.BgClassName
{
background-color: #EF3119;
}
</style>
border-color css
<style>
span { border-color: #EF3119; }
span { border-color: rgb(239,49,25); }
td.TdClassName
{
border-color: #EF3119;
}
.TagClassName
{
border-color: #EF3119;
}
</style>