Shades of Scarlet #F71A04
Tints of Scarlet #F71A04
RGB
CMYK
RGB Variations
Color information
#F71A04 (or 0xF71A04) is known color: Scarlet. HEX triplet: F7, 1A and 04. RGB value is (247,26,4). Sum of RGB (Red+Green+Blue) = 247+26+4=277 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.17% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71A04 is #08E5FB. Grayscale: #595959. Windows color (decimal): -583164 or 269047. OLE color: 269047.
HSL color Cylindrical-coordinate representation of color #F71A04: hue angle of 5.43º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F71A04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.03 |
| HSL | 5.43º | 0.97% | 0.49% | - |
| HSV(B) | 5.43º | 0.98% | 0.97% | - |
| XYZ | 38.75 | 20.52 | 2.03 | - |
| YUV | 89.57 | 79.72 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 4 | 0 | 0.89 | 0.98 | 0.03 | 5.43 | 0.97 | 0.49 |
| Hex | F7 | 1A | 4 | 0 | 59 | 62 | 3 | 5 | 61 | 31 |
| Octal | 367 | 32 | 4 | 0 | 131 | 142 | 3 | 5 | 141 | 61 |
| Binary | 11110111 | 11010 | 100 | 0 | 1011001 | 1100010 | 11 | 101 | 1100001 | 110001 |
Color Harmonies of #F71A04
Complementary color
Monochromatic Colors of #F71A04
Black with #F71A04
Text Example
Text Example
White with #F71A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A04; }
p { color: rgb(247,26,4); }
H1.HeaderClassName
{
color: #F71A04;
}
.AnyTagClassName
{
color: #F71A04;
}
</style>
background-color css
<style>
a { background-color: #F71A04; }
a { background-color: rgb(247,26,4); }
div.DivClassName
{
background-color: #F71A04;
}
.BgClassName
{
background-color: #F71A04;
}
</style>
border-color css
<style>
span { border-color: #F71A04; }
span { border-color: rgb(247,26,4); }
td.TdClassName
{
border-color: #F71A04;
}
.TagClassName
{
border-color: #F71A04;
}
</style>