Shades of Scarlet #EF2719
Tints of Scarlet #EF2719
RGB
CMYK
RGB Variations
Color information
#EF2719 (or 0xEF2719) is known color: Scarlet. HEX triplet: EF, 27 and 19. RGB value is (239,39,25). Sum of RGB (Red+Green+Blue) = 239+39+25=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2719 is #10D8E6. Grayscale: #616161. Windows color (decimal): -1104103 or 1648623. OLE color: 1648623.
HSL color Cylindrical-coordinate representation of color #EF2719: hue angle of 3.93º 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 #EF2719 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.06 |
| HSL | 3.93º | 0.87% | 0.52% | - |
| HSV(B) | 3.93º | 0.9% | 0.94% | - |
| XYZ | 36.5 | 19.87 | 2.83 | - |
| YUV | 97.2 | 87.26 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 25 | 0 | 0.84 | 0.90 | 0.06 | 3.93 | 0.87 | 0.52 |
| Hex | EF | 27 | 19 | 0 | 54 | 5A | 6 | 4 | 57 | 34 |
| Octal | 357 | 47 | 31 | 0 | 124 | 132 | 6 | 4 | 127 | 64 |
| Binary | 11101111 | 100111 | 11001 | 0 | 1010100 | 1011010 | 110 | 100 | 1010111 | 110100 |
Color Harmonies of #EF2719
Complementary color
Monochromatic Colors of #EF2719
Black with #EF2719
Text Example
Text Example
White with #EF2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2719; }
p { color: rgb(239,39,25); }
H1.HeaderClassName
{
color: #EF2719;
}
.AnyTagClassName
{
color: #EF2719;
}
</style>
background-color css
<style>
a { background-color: #EF2719; }
a { background-color: rgb(239,39,25); }
div.DivClassName
{
background-color: #EF2719;
}
.BgClassName
{
background-color: #EF2719;
}
</style>
border-color css
<style>
span { border-color: #EF2719; }
span { border-color: rgb(239,39,25); }
td.TdClassName
{
border-color: #EF2719;
}
.TagClassName
{
border-color: #EF2719;
}
</style>