Shades of Scarlet #EF3516
Tints of Scarlet #EF3516
RGB
CMYK
RGB Variations
Color information
#EF3516 (or 0xEF3516) is known color: Scarlet. HEX triplet: EF, 35 and 16. RGB value is (239,53,22). Sum of RGB (Red+Green+Blue) = 239+53+22=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3516 is #10CAE9. Grayscale: #696969. Windows color (decimal): -1100522 or 1455599. OLE color: 1455599.
HSL color Cylindrical-coordinate representation of color #EF3516: hue angle of 8.57º 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 #EF3516 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.06 |
| HSL | 8.57º | 0.87% | 0.51% | - |
| HSV(B) | 8.57º | 0.91% | 0.94% | - |
| XYZ | 37.01 | 20.95 | 2.85 | - |
| YUV | 105.08 | 81.12 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 22 | 0 | 0.78 | 0.91 | 0.06 | 8.57 | 0.87 | 0.51 |
| Hex | EF | 35 | 16 | 0 | 4E | 5B | 6 | 9 | 57 | 33 |
| Octal | 357 | 65 | 26 | 0 | 116 | 133 | 6 | 11 | 127 | 63 |
| Binary | 11101111 | 110101 | 10110 | 0 | 1001110 | 1011011 | 110 | 1001 | 1010111 | 110011 |
Color Harmonies of #EF3516
Complementary color
Monochromatic Colors of #EF3516
Black with #EF3516
Text Example
Text Example
White with #EF3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3516; }
p { color: rgb(239,53,22); }
H1.HeaderClassName
{
color: #EF3516;
}
.AnyTagClassName
{
color: #EF3516;
}
</style>
background-color css
<style>
a { background-color: #EF3516; }
a { background-color: rgb(239,53,22); }
div.DivClassName
{
background-color: #EF3516;
}
.BgClassName
{
background-color: #EF3516;
}
</style>
border-color css
<style>
span { border-color: #EF3516; }
span { border-color: rgb(239,53,22); }
td.TdClassName
{
border-color: #EF3516;
}
.TagClassName
{
border-color: #EF3516;
}
</style>