Shades of Scarlet #F71D14
Tints of Scarlet #F71D14
RGB
CMYK
RGB Variations
Color information
#F71D14 (or 0xF71D14) is known color: Scarlet. HEX triplet: F7, 1D and 14. RGB value is (247,29,20). Sum of RGB (Red+Green+Blue) = 247+29+20=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71D14 is #08E2EB. Grayscale: #5D5D5D. Windows color (decimal): -582380 or 1318391. OLE color: 1318391.
HSL color Cylindrical-coordinate representation of color #F71D14: hue angle of 2.38º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.03 |
| HSL | 2.38º | 0.93% | 0.52% | - |
| HSV(B) | 2.38º | 0.92% | 0.97% | - |
| XYZ | 38.92 | 20.7 | 2.61 | - |
| YUV | 93.16 | 86.72 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 20 | 0 | 0.88 | 0.92 | 0.03 | 2.38 | 0.93 | 0.52 |
| Hex | F7 | 1D | 14 | 0 | 58 | 5C | 3 | 2 | 5D | 34 |
| Octal | 367 | 35 | 24 | 0 | 130 | 134 | 3 | 2 | 135 | 64 |
| Binary | 11110111 | 11101 | 10100 | 0 | 1011000 | 1011100 | 11 | 10 | 1011101 | 110100 |
Color Harmonies of #F71D14
Complementary color
Monochromatic Colors of #F71D14
Black with #F71D14
Text Example
Text Example
White with #F71D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D14; }
p { color: rgb(247,29,20); }
H1.HeaderClassName
{
color: #F71D14;
}
.AnyTagClassName
{
color: #F71D14;
}
</style>
background-color css
<style>
a { background-color: #F71D14; }
a { background-color: rgb(247,29,20); }
div.DivClassName
{
background-color: #F71D14;
}
.BgClassName
{
background-color: #F71D14;
}
</style>
border-color css
<style>
span { border-color: #F71D14; }
span { border-color: rgb(247,29,20); }
td.TdClassName
{
border-color: #F71D14;
}
.TagClassName
{
border-color: #F71D14;
}
</style>