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