Shades of Scarlet #EF3118
Tints of Scarlet #EF3118
RGB
CMYK
RGB Variations
Color information
#EF3118 (or 0xEF3118) is known color: Scarlet. HEX triplet: EF, 31 and 18. RGB value is (239,49,24). Sum of RGB (Red+Green+Blue) = 239+49+24=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3118 is #10CEE7. Grayscale: #676767. Windows color (decimal): -1101544 or 1585647. OLE color: 1585647.
HSL color Cylindrical-coordinate representation of color #EF3118: hue angle of 6.98º 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 #EF3118 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.06 |
| HSL | 6.98º | 0.87% | 0.52% | - |
| HSV(B) | 6.98º | 0.9% | 0.94% | - |
| XYZ | 36.86 | 20.61 | 2.9 | - |
| YUV | 102.96 | 83.45 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 24 | 0 | 0.79 | 0.90 | 0.06 | 6.98 | 0.87 | 0.52 |
| Hex | EF | 31 | 18 | 0 | 4F | 5A | 6 | 7 | 57 | 34 |
| Octal | 357 | 61 | 30 | 0 | 117 | 132 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110001 | 11000 | 0 | 1001111 | 1011010 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF3118
Complementary color
Monochromatic Colors of #EF3118
Black with #EF3118
Text Example
Text Example
White with #EF3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3118; }
p { color: rgb(239,49,24); }
H1.HeaderClassName
{
color: #EF3118;
}
.AnyTagClassName
{
color: #EF3118;
}
</style>
background-color css
<style>
a { background-color: #EF3118; }
a { background-color: rgb(239,49,24); }
div.DivClassName
{
background-color: #EF3118;
}
.BgClassName
{
background-color: #EF3118;
}
</style>
border-color css
<style>
span { border-color: #EF3118; }
span { border-color: rgb(239,49,24); }
td.TdClassName
{
border-color: #EF3118;
}
.TagClassName
{
border-color: #EF3118;
}
</style>