Shades of Scarlet #EF1514
Tints of Scarlet #EF1514
RGB
CMYK
RGB Variations
Color information
#EF1514 (or 0xEF1514) is known color: Scarlet. HEX triplet: EF, 15 and 14. RGB value is (239,21,20). Sum of RGB (Red+Green+Blue) = 239+21+20=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1514 is #10EAEB. Grayscale: #565656. Windows color (decimal): -1108716 or 1316335. OLE color: 1316335.
HSL color Cylindrical-coordinate representation of color #EF1514: hue angle of 0.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1514 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 20 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.06 |
| HSL | 0.27º | 0.87% | 0.51% | - |
| HSV(B) | 0.27º | 0.92% | 0.94% | - |
| XYZ | 35.99 | 18.94 | 2.42 | - |
| YUV | 86.07 | 90.72 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 20 | 0 | 0.91 | 0.92 | 0.06 | 0.27 | 0.87 | 0.51 |
| Hex | EF | 15 | 14 | 0 | 5B | 5C | 6 | 0 | 57 | 33 |
| Octal | 357 | 25 | 24 | 0 | 133 | 134 | 6 | 0 | 127 | 63 |
| Binary | 11101111 | 10101 | 10100 | 0 | 1011011 | 1011100 | 110 | 0 | 1010111 | 110011 |
Color Harmonies of #EF1514
Complementary color
Monochromatic Colors of #EF1514
Black with #EF1514
Text Example
Text Example
White with #EF1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1514; }
p { color: rgb(239,21,20); }
H1.HeaderClassName
{
color: #EF1514;
}
.AnyTagClassName
{
color: #EF1514;
}
</style>
background-color css
<style>
a { background-color: #EF1514; }
a { background-color: rgb(239,21,20); }
div.DivClassName
{
background-color: #EF1514;
}
.BgClassName
{
background-color: #EF1514;
}
</style>
border-color css
<style>
span { border-color: #EF1514; }
span { border-color: rgb(239,21,20); }
td.TdClassName
{
border-color: #EF1514;
}
.TagClassName
{
border-color: #EF1514;
}
</style>