Shades of Scarlet #EF1713
Tints of Scarlet #EF1713
RGB
CMYK
RGB Variations
Color information
#EF1713 (or 0xEF1713) is known color: Scarlet. HEX triplet: EF, 17 and 13. RGB value is (239,23,19). Sum of RGB (Red+Green+Blue) = 239+23+19=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1713 is #10E8EC. Grayscale: #575757. Windows color (decimal): -1108205 or 1251311. OLE color: 1251311.
HSL color Cylindrical-coordinate representation of color #EF1713: hue angle of 1.09º 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 #EF1713 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.06 |
| HSL | 1.09º | 0.87% | 0.51% | - |
| HSV(B) | 1.09º | 0.92% | 0.94% | - |
| XYZ | 36.02 | 19.01 | 2.39 | - |
| YUV | 87.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 19 | 0 | 0.90 | 0.92 | 0.06 | 1.09 | 0.87 | 0.51 |
| Hex | EF | 17 | 13 | 0 | 5A | 5C | 6 | 1 | 57 | 33 |
| Octal | 357 | 27 | 23 | 0 | 132 | 134 | 6 | 1 | 127 | 63 |
| Binary | 11101111 | 10111 | 10011 | 0 | 1011010 | 1011100 | 110 | 1 | 1010111 | 110011 |
Color Harmonies of #EF1713
Complementary color
Monochromatic Colors of #EF1713
Black with #EF1713
Text Example
Text Example
White with #EF1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1713; }
p { color: rgb(239,23,19); }
H1.HeaderClassName
{
color: #EF1713;
}
.AnyTagClassName
{
color: #EF1713;
}
</style>
background-color css
<style>
a { background-color: #EF1713; }
a { background-color: rgb(239,23,19); }
div.DivClassName
{
background-color: #EF1713;
}
.BgClassName
{
background-color: #EF1713;
}
</style>
border-color css
<style>
span { border-color: #EF1713; }
span { border-color: rgb(239,23,19); }
td.TdClassName
{
border-color: #EF1713;
}
.TagClassName
{
border-color: #EF1713;
}
</style>