Shades of Scarlet #EF1919
Tints of Scarlet #EF1919
RGB
CMYK
RGB Variations
Color information
#EF1919 (or 0xEF1919) is known color: Scarlet. HEX triplet: EF, 19 and 19. RGB value is (239,25,25). Sum of RGB (Red+Green+Blue) = 239+25+25=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1919 is #10E6E6. Grayscale: #595959. Windows color (decimal): -1107687 or 1645039. OLE color: 1645039.
HSL color Cylindrical-coordinate representation of color #EF1919: hue angle of 0º 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 #EF1919 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.06 |
| HSL | 0º | 0.87% | 0.52% | - |
| HSV(B) | 0º | 0.9% | 0.94% | - |
| XYZ | 36.12 | 19.12 | 2.71 | - |
| YUV | 88.99 | 91.9 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 25 | 0 | 0.90 | 0.90 | 0.06 | 0 | 0.87 | 0.52 |
| Hex | EF | 19 | 19 | 0 | 5A | 5A | 6 | 0 | 57 | 34 |
| Octal | 357 | 31 | 31 | 0 | 132 | 132 | 6 | 0 | 127 | 64 |
| Binary | 11101111 | 11001 | 11001 | 0 | 1011010 | 1011010 | 110 | 0 | 1010111 | 110100 |
Color Harmonies of #EF1919
Complementary color
Monochromatic Colors of #EF1919
Black with #EF1919
Text Example
Text Example
White with #EF1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1919; }
p { color: rgb(239,25,25); }
H1.HeaderClassName
{
color: #EF1919;
}
.AnyTagClassName
{
color: #EF1919;
}
</style>
background-color css
<style>
a { background-color: #EF1919; }
a { background-color: rgb(239,25,25); }
div.DivClassName
{
background-color: #EF1919;
}
.BgClassName
{
background-color: #EF1919;
}
</style>
border-color css
<style>
span { border-color: #EF1919; }
span { border-color: rgb(239,25,25); }
td.TdClassName
{
border-color: #EF1919;
}
.TagClassName
{
border-color: #EF1919;
}
</style>