Shades of Scarlet #EF190A
Tints of Scarlet #EF190A
RGB
CMYK
RGB Variations
Color information
#EF190A (or 0xEF190A) is known color: Scarlet. HEX triplet: EF, 19 and 0A. RGB value is (239,25,10). Sum of RGB (Red+Green+Blue) = 239+25+10=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF190A is #10E6F5. Grayscale: #575757. Windows color (decimal): -1107702 or 661999. OLE color: 661999.
HSL color Cylindrical-coordinate representation of color #EF190A: hue angle of 3.93º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF190A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.06 |
| HSL | 3.93º | 0.92% | 0.49% | - |
| HSV(B) | 3.93º | 0.96% | 0.94% | - |
| XYZ | 36 | 19.07 | 2.07 | - |
| YUV | 87.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 10 | 0 | 0.90 | 0.96 | 0.06 | 3.93 | 0.92 | 0.49 |
| Hex | EF | 19 | A | 0 | 5A | 60 | 6 | 4 | 5C | 31 |
| Octal | 357 | 31 | 12 | 0 | 132 | 140 | 6 | 4 | 134 | 61 |
| Binary | 11101111 | 11001 | 1010 | 0 | 1011010 | 1100000 | 110 | 100 | 1011100 | 110001 |
Color Harmonies of #EF190A
Complementary color
Monochromatic Colors of #EF190A
Black with #EF190A
Text Example
Text Example
White with #EF190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF190A; }
p { color: rgb(239,25,10); }
H1.HeaderClassName
{
color: #EF190A;
}
.AnyTagClassName
{
color: #EF190A;
}
</style>
background-color css
<style>
a { background-color: #EF190A; }
a { background-color: rgb(239,25,10); }
div.DivClassName
{
background-color: #EF190A;
}
.BgClassName
{
background-color: #EF190A;
}
</style>
border-color css
<style>
span { border-color: #EF190A; }
span { border-color: rgb(239,25,10); }
td.TdClassName
{
border-color: #EF190A;
}
.TagClassName
{
border-color: #EF190A;
}
</style>