Shades of Scarlet #EF3110
Tints of Scarlet #EF3110
RGB
CMYK
RGB Variations
Color information
#EF3110 (or 0xEF3110) is known color: Scarlet. HEX triplet: EF, 31 and 10. RGB value is (239,49,16). Sum of RGB (Red+Green+Blue) = 239+49+16=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3110 is #10CEEF. Grayscale: #666666. Windows color (decimal): -1101552 or 1061359. OLE color: 1061359.
HSL color Cylindrical-coordinate representation of color #EF3110: hue angle of 8.88º 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 #EF3110 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.06 |
| HSL | 8.88º | 0.87% | 0.5% | - |
| HSV(B) | 8.88º | 0.93% | 0.94% | - |
| XYZ | 36.79 | 20.58 | 2.52 | - |
| YUV | 102.05 | 79.45 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 16 | 0 | 0.79 | 0.93 | 0.06 | 8.88 | 0.87 | 0.5 |
| Hex | EF | 31 | 10 | 0 | 4F | 5D | 6 | 9 | 57 | 32 |
| Octal | 357 | 61 | 20 | 0 | 117 | 135 | 6 | 11 | 127 | 62 |
| Binary | 11101111 | 110001 | 10000 | 0 | 1001111 | 1011101 | 110 | 1001 | 1010111 | 110010 |
Color Harmonies of #EF3110
Complementary color
Monochromatic Colors of #EF3110
Black with #EF3110
Text Example
Text Example
White with #EF3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3110; }
p { color: rgb(239,49,16); }
H1.HeaderClassName
{
color: #EF3110;
}
.AnyTagClassName
{
color: #EF3110;
}
</style>
background-color css
<style>
a { background-color: #EF3110; }
a { background-color: rgb(239,49,16); }
div.DivClassName
{
background-color: #EF3110;
}
.BgClassName
{
background-color: #EF3110;
}
</style>
border-color css
<style>
span { border-color: #EF3110; }
span { border-color: rgb(239,49,16); }
td.TdClassName
{
border-color: #EF3110;
}
.TagClassName
{
border-color: #EF3110;
}
</style>