Shades of Scarlet #F71410
Tints of Scarlet #F71410
RGB
CMYK
RGB Variations
Color information
#F71410 (or 0xF71410) is known color: Scarlet. HEX triplet: F7, 14 and 10. RGB value is (247,20,16). Sum of RGB (Red+Green+Blue) = 247+20+16=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F71410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71410 is #08EBEF. Grayscale: #575757. Windows color (decimal): -584688 or 1053943. OLE color: 1053943.
HSL color Cylindrical-coordinate representation of color #F71410: hue angle of 1.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71410 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 16 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.03 |
| HSL | 1.04º | 0.94% | 0.52% | - |
| HSV(B) | 1.04º | 0.94% | 0.97% | - |
| XYZ | 38.7 | 20.31 | 2.37 | - |
| YUV | 87.42 | 87.71 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 16 | 0 | 0.92 | 0.94 | 0.03 | 1.04 | 0.94 | 0.52 |
| Hex | F7 | 14 | 10 | 0 | 5C | 5E | 3 | 1 | 5E | 34 |
| Octal | 367 | 24 | 20 | 0 | 134 | 136 | 3 | 1 | 136 | 64 |
| Binary | 11110111 | 10100 | 10000 | 0 | 1011100 | 1011110 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F71410
Complementary color
Monochromatic Colors of #F71410
Black with #F71410
Text Example
Text Example
White with #F71410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71410; }
p { color: rgb(247,20,16); }
H1.HeaderClassName
{
color: #F71410;
}
.AnyTagClassName
{
color: #F71410;
}
</style>
background-color css
<style>
a { background-color: #F71410; }
a { background-color: rgb(247,20,16); }
div.DivClassName
{
background-color: #F71410;
}
.BgClassName
{
background-color: #F71410;
}
</style>
border-color css
<style>
span { border-color: #F71410; }
span { border-color: rgb(247,20,16); }
td.TdClassName
{
border-color: #F71410;
}
.TagClassName
{
border-color: #F71410;
}
</style>