Shades of Scarlet #EF3014
Tints of Scarlet #EF3014
RGB
CMYK
RGB Variations
Color information
#EF3014 (or 0xEF3014) is known color: Scarlet. HEX triplet: EF, 30 and 14. RGB value is (239,48,20). Sum of RGB (Red+Green+Blue) = 239+48+20=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3014 is #10CFEB. Grayscale: #666666. Windows color (decimal): -1101804 or 1323247. OLE color: 1323247.
HSL color Cylindrical-coordinate representation of color #EF3014: hue angle of 7.67º 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 #EF3014 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 20 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.06 |
| HSL | 7.67º | 0.87% | 0.51% | - |
| HSV(B) | 7.67º | 0.92% | 0.94% | - |
| XYZ | 36.78 | 20.52 | 2.68 | - |
| YUV | 101.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 20 | 0 | 0.80 | 0.92 | 0.06 | 7.67 | 0.87 | 0.51 |
| Hex | EF | 30 | 14 | 0 | 50 | 5C | 6 | 8 | 57 | 33 |
| Octal | 357 | 60 | 24 | 0 | 120 | 134 | 6 | 10 | 127 | 63 |
| Binary | 11101111 | 110000 | 10100 | 0 | 1010000 | 1011100 | 110 | 1000 | 1010111 | 110011 |
Color Harmonies of #EF3014
Complementary color
Monochromatic Colors of #EF3014
Black with #EF3014
Text Example
Text Example
White with #EF3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3014; }
p { color: rgb(239,48,20); }
H1.HeaderClassName
{
color: #EF3014;
}
.AnyTagClassName
{
color: #EF3014;
}
</style>
background-color css
<style>
a { background-color: #EF3014; }
a { background-color: rgb(239,48,20); }
div.DivClassName
{
background-color: #EF3014;
}
.BgClassName
{
background-color: #EF3014;
}
</style>
border-color css
<style>
span { border-color: #EF3014; }
span { border-color: rgb(239,48,20); }
td.TdClassName
{
border-color: #EF3014;
}
.TagClassName
{
border-color: #EF3014;
}
</style>