Shades of Scarlet #EF1704
Tints of Scarlet #EF1704
RGB
CMYK
RGB Variations
Color information
#EF1704 (or 0xEF1704) is known color: Scarlet. HEX triplet: EF, 17 and 04. RGB value is (239,23,4). Sum of RGB (Red+Green+Blue) = 239+23+4=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1704 is #10E8FB. Grayscale: #555555. Windows color (decimal): -1108220 or 268271. OLE color: 268271.
HSL color Cylindrical-coordinate representation of color #EF1704: hue angle of 4.85º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF1704 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.06 |
| HSL | 4.85º | 0.97% | 0.48% | - |
| HSV(B) | 4.85º | 0.98% | 0.94% | - |
| XYZ | 35.92 | 18.97 | 1.88 | - |
| YUV | 85.42 | 82.06 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 4 | 0 | 0.90 | 0.98 | 0.06 | 4.85 | 0.97 | 0.48 |
| Hex | EF | 17 | 4 | 0 | 5A | 62 | 6 | 5 | 61 | 30 |
| Octal | 357 | 27 | 4 | 0 | 132 | 142 | 6 | 5 | 141 | 60 |
| Binary | 11101111 | 10111 | 100 | 0 | 1011010 | 1100010 | 110 | 101 | 1100001 | 110000 |
Color Harmonies of #EF1704
Complementary color
Monochromatic Colors of #EF1704
Black with #EF1704
Text Example
Text Example
White with #EF1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1704; }
p { color: rgb(239,23,4); }
H1.HeaderClassName
{
color: #EF1704;
}
.AnyTagClassName
{
color: #EF1704;
}
</style>
background-color css
<style>
a { background-color: #EF1704; }
a { background-color: rgb(239,23,4); }
div.DivClassName
{
background-color: #EF1704;
}
.BgClassName
{
background-color: #EF1704;
}
</style>
border-color css
<style>
span { border-color: #EF1704; }
span { border-color: rgb(239,23,4); }
td.TdClassName
{
border-color: #EF1704;
}
.TagClassName
{
border-color: #EF1704;
}
</style>