Shades of Scarlet #EF2019
Tints of Scarlet #EF2019
RGB
CMYK
RGB Variations
Color information
#EF2019 (or 0xEF2019) is known color: Scarlet. HEX triplet: EF, 20 and 19. RGB value is (239,32,25). Sum of RGB (Red+Green+Blue) = 239+32+25=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2019 is #10DFE6. Grayscale: #5D5D5D. Windows color (decimal): -1105895 or 1646831. OLE color: 1646831.
HSL color Cylindrical-coordinate representation of color #EF2019: hue angle of 1.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF2019 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 25 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.06 |
| HSL | 1.96º | 0.87% | 0.52% | - |
| HSV(B) | 1.96º | 0.9% | 0.94% | - |
| XYZ | 36.29 | 19.45 | 2.76 | - |
| YUV | 93.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 25 | 0 | 0.87 | 0.90 | 0.06 | 1.96 | 0.87 | 0.52 |
| Hex | EF | 20 | 19 | 0 | 57 | 5A | 6 | 2 | 57 | 34 |
| Octal | 357 | 40 | 31 | 0 | 127 | 132 | 6 | 2 | 127 | 64 |
| Binary | 11101111 | 100000 | 11001 | 0 | 1010111 | 1011010 | 110 | 10 | 1010111 | 110100 |
Color Harmonies of #EF2019
Complementary color
Monochromatic Colors of #EF2019
Black with #EF2019
Text Example
Text Example
White with #EF2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2019; }
p { color: rgb(239,32,25); }
H1.HeaderClassName
{
color: #EF2019;
}
.AnyTagClassName
{
color: #EF2019;
}
</style>
background-color css
<style>
a { background-color: #EF2019; }
a { background-color: rgb(239,32,25); }
div.DivClassName
{
background-color: #EF2019;
}
.BgClassName
{
background-color: #EF2019;
}
</style>
border-color css
<style>
span { border-color: #EF2019; }
span { border-color: rgb(239,32,25); }
td.TdClassName
{
border-color: #EF2019;
}
.TagClassName
{
border-color: #EF2019;
}
</style>