Shades of Scarlet #EF2519
Tints of Scarlet #EF2519
RGB
CMYK
RGB Variations
Color information
#EF2519 (or 0xEF2519) is known color: Scarlet. HEX triplet: EF, 25 and 19. RGB value is (239,37,25). Sum of RGB (Red+Green+Blue) = 239+37+25=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2519 is #10DAE6. Grayscale: #606060. Windows color (decimal): -1104615 or 1648111. OLE color: 1648111.
HSL color Cylindrical-coordinate representation of color #EF2519: hue angle of 3.36º 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 #EF2519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.06 |
| HSL | 3.36º | 0.87% | 0.52% | - |
| HSV(B) | 3.36º | 0.9% | 0.94% | - |
| XYZ | 36.43 | 19.74 | 2.81 | - |
| YUV | 96.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 25 | 0 | 0.85 | 0.90 | 0.06 | 3.36 | 0.87 | 0.52 |
| Hex | EF | 25 | 19 | 0 | 55 | 5A | 6 | 3 | 57 | 34 |
| Octal | 357 | 45 | 31 | 0 | 125 | 132 | 6 | 3 | 127 | 64 |
| Binary | 11101111 | 100101 | 11001 | 0 | 1010101 | 1011010 | 110 | 11 | 1010111 | 110100 |
Color Harmonies of #EF2519
Complementary color
Monochromatic Colors of #EF2519
Black with #EF2519
Text Example
Text Example
White with #EF2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2519; }
p { color: rgb(239,37,25); }
H1.HeaderClassName
{
color: #EF2519;
}
.AnyTagClassName
{
color: #EF2519;
}
</style>
background-color css
<style>
a { background-color: #EF2519; }
a { background-color: rgb(239,37,25); }
div.DivClassName
{
background-color: #EF2519;
}
.BgClassName
{
background-color: #EF2519;
}
</style>
border-color css
<style>
span { border-color: #EF2519; }
span { border-color: rgb(239,37,25); }
td.TdClassName
{
border-color: #EF2519;
}
.TagClassName
{
border-color: #EF2519;
}
</style>