Shades of Scarlet #F71D16
Tints of Scarlet #F71D16
RGB
CMYK
RGB Variations
Color information
#F71D16 (or 0xF71D16) is known color: Scarlet. HEX triplet: F7, 1D and 16. RGB value is (247,29,22). Sum of RGB (Red+Green+Blue) = 247+29+22=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71D16 is #08E2E9. Grayscale: #5D5D5D. Windows color (decimal): -582378 or 1449463. OLE color: 1449463.
HSL color Cylindrical-coordinate representation of color #F71D16: hue angle of 1.87º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71D16 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 22 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.03 |
| HSL | 1.87º | 0.93% | 0.53% | - |
| HSV(B) | 1.87º | 0.91% | 0.97% | - |
| XYZ | 38.94 | 20.71 | 2.7 | - |
| YUV | 93.38 | 87.72 | 237.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 22 | 0 | 0.88 | 0.91 | 0.03 | 1.87 | 0.93 | 0.53 |
| Hex | F7 | 1D | 16 | 0 | 58 | 5B | 3 | 2 | 5D | 35 |
| Octal | 367 | 35 | 26 | 0 | 130 | 133 | 3 | 2 | 135 | 65 |
| Binary | 11110111 | 11101 | 10110 | 0 | 1011000 | 1011011 | 11 | 10 | 1011101 | 110101 |
Color Harmonies of #F71D16
Complementary color
Monochromatic Colors of #F71D16
Black with #F71D16
Text Example
Text Example
White with #F71D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D16; }
p { color: rgb(247,29,22); }
H1.HeaderClassName
{
color: #F71D16;
}
.AnyTagClassName
{
color: #F71D16;
}
</style>
background-color css
<style>
a { background-color: #F71D16; }
a { background-color: rgb(247,29,22); }
div.DivClassName
{
background-color: #F71D16;
}
.BgClassName
{
background-color: #F71D16;
}
</style>
border-color css
<style>
span { border-color: #F71D16; }
span { border-color: rgb(247,29,22); }
td.TdClassName
{
border-color: #F71D16;
}
.TagClassName
{
border-color: #F71D16;
}
</style>