Shades of Scarlet #F71405
Tints of Scarlet #F71405
RGB
CMYK
RGB Variations
Color information
#F71405 (or 0xF71405) is known color: Scarlet. HEX triplet: F7, 14 and 05. RGB value is (247,20,5). Sum of RGB (Red+Green+Blue) = 247+20+5=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F71405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71405 is #08EBFA. Grayscale: #565656. Windows color (decimal): -584699 or 333047. OLE color: 333047.
HSL color Cylindrical-coordinate representation of color #F71405: hue angle of 3.72º degrees, saturation: 0.96, 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 #F71405 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.03 |
| HSL | 3.72º | 0.96% | 0.49% | - |
| HSV(B) | 3.72º | 0.98% | 0.97% | - |
| XYZ | 38.64 | 20.29 | 2.02 | - |
| YUV | 86.16 | 82.21 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 5 | 0 | 0.92 | 0.98 | 0.03 | 3.72 | 0.96 | 0.49 |
| Hex | F7 | 14 | 5 | 0 | 5C | 62 | 3 | 4 | 60 | 31 |
| Octal | 367 | 24 | 5 | 0 | 134 | 142 | 3 | 4 | 140 | 61 |
| Binary | 11110111 | 10100 | 101 | 0 | 1011100 | 1100010 | 11 | 100 | 1100000 | 110001 |
Color Harmonies of #F71405
Complementary color
Monochromatic Colors of #F71405
Black with #F71405
Text Example
Text Example
White with #F71405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71405; }
p { color: rgb(247,20,5); }
H1.HeaderClassName
{
color: #F71405;
}
.AnyTagClassName
{
color: #F71405;
}
</style>
background-color css
<style>
a { background-color: #F71405; }
a { background-color: rgb(247,20,5); }
div.DivClassName
{
background-color: #F71405;
}
.BgClassName
{
background-color: #F71405;
}
</style>
border-color css
<style>
span { border-color: #F71405; }
span { border-color: rgb(247,20,5); }
td.TdClassName
{
border-color: #F71405;
}
.TagClassName
{
border-color: #F71405;
}
</style>