Shades of Scarlet #F71D10
Tints of Scarlet #F71D10
RGB
CMYK
RGB Variations
Color information
#F71D10 (or 0xF71D10) is known color: Scarlet. HEX triplet: F7, 1D and 10. RGB value is (247,29,16). Sum of RGB (Red+Green+Blue) = 247+29+16=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71D10 is #08E2EF. Grayscale: #5C5C5C. Windows color (decimal): -582384 or 1056247. OLE color: 1056247.
HSL color Cylindrical-coordinate representation of color #F71D10: hue angle of 3.38º 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 #F71D10 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 16 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.03 |
| HSL | 3.38º | 0.94% | 0.52% | - |
| HSV(B) | 3.38º | 0.94% | 0.97% | - |
| XYZ | 38.89 | 20.69 | 2.43 | - |
| YUV | 92.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 16 | 0 | 0.88 | 0.94 | 0.03 | 3.38 | 0.94 | 0.52 |
| Hex | F7 | 1D | 10 | 0 | 58 | 5E | 3 | 3 | 5E | 34 |
| Octal | 367 | 35 | 20 | 0 | 130 | 136 | 3 | 3 | 136 | 64 |
| Binary | 11110111 | 11101 | 10000 | 0 | 1011000 | 1011110 | 11 | 11 | 1011110 | 110100 |
Color Harmonies of #F71D10
Complementary color
Monochromatic Colors of #F71D10
Black with #F71D10
Text Example
Text Example
White with #F71D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D10; }
p { color: rgb(247,29,16); }
H1.HeaderClassName
{
color: #F71D10;
}
.AnyTagClassName
{
color: #F71D10;
}
</style>
background-color css
<style>
a { background-color: #F71D10; }
a { background-color: rgb(247,29,16); }
div.DivClassName
{
background-color: #F71D10;
}
.BgClassName
{
background-color: #F71D10;
}
</style>
border-color css
<style>
span { border-color: #F71D10; }
span { border-color: rgb(247,29,16); }
td.TdClassName
{
border-color: #F71D10;
}
.TagClassName
{
border-color: #F71D10;
}
</style>