Shades of Scarlet #EF190F
Tints of Scarlet #EF190F
RGB
CMYK
RGB Variations
Color information
#EF190F (or 0xEF190F) is known color: Scarlet. HEX triplet: EF, 19 and 0F. RGB value is (239,25,15). Sum of RGB (Red+Green+Blue) = 239+25+15=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF190F is #10E6F0. Grayscale: #585858. Windows color (decimal): -1107697 or 989679. OLE color: 989679.
HSL color Cylindrical-coordinate representation of color #EF190F: hue angle of 2.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF190F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.06 |
| HSL | 2.68º | 0.88% | 0.5% | - |
| HSV(B) | 2.68º | 0.94% | 0.94% | - |
| XYZ | 36.03 | 19.08 | 2.24 | - |
| YUV | 87.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 15 | 0 | 0.90 | 0.94 | 0.06 | 2.68 | 0.88 | 0.5 |
| Hex | EF | 19 | F | 0 | 5A | 5E | 6 | 3 | 58 | 32 |
| Octal | 357 | 31 | 17 | 0 | 132 | 136 | 6 | 3 | 130 | 62 |
| Binary | 11101111 | 11001 | 1111 | 0 | 1011010 | 1011110 | 110 | 11 | 1011000 | 110010 |
Color Harmonies of #EF190F
Complementary color
Monochromatic Colors of #EF190F
Black with #EF190F
Text Example
Text Example
White with #EF190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF190F; }
p { color: rgb(239,25,15); }
H1.HeaderClassName
{
color: #EF190F;
}
.AnyTagClassName
{
color: #EF190F;
}
</style>
background-color css
<style>
a { background-color: #EF190F; }
a { background-color: rgb(239,25,15); }
div.DivClassName
{
background-color: #EF190F;
}
.BgClassName
{
background-color: #EF190F;
}
</style>
border-color css
<style>
span { border-color: #EF190F; }
span { border-color: rgb(239,25,15); }
td.TdClassName
{
border-color: #EF190F;
}
.TagClassName
{
border-color: #EF190F;
}
</style>