Shades of Scarlet #F71C10
Tints of Scarlet #F71C10
RGB
CMYK
RGB Variations
Color information
#F71C10 (or 0xF71C10) is known color: Scarlet. HEX triplet: F7, 1C and 10. RGB value is (247,28,16). Sum of RGB (Red+Green+Blue) = 247+28+16=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71C10 is #08E3EF. Grayscale: #5C5C5C. Windows color (decimal): -582640 or 1055991. OLE color: 1055991.
HSL color Cylindrical-coordinate representation of color #F71C10: hue angle of 3.12º 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 #F71C10 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 16 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.03 |
| HSL | 3.12º | 0.94% | 0.52% | - |
| HSV(B) | 3.12º | 0.94% | 0.97% | - |
| XYZ | 38.87 | 20.64 | 2.43 | - |
| YUV | 92.11 | 85.05 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 16 | 0 | 0.89 | 0.94 | 0.03 | 3.12 | 0.94 | 0.52 |
| Hex | F7 | 1C | 10 | 0 | 59 | 5E | 3 | 3 | 5E | 34 |
| Octal | 367 | 34 | 20 | 0 | 131 | 136 | 3 | 3 | 136 | 64 |
| Binary | 11110111 | 11100 | 10000 | 0 | 1011001 | 1011110 | 11 | 11 | 1011110 | 110100 |
Color Harmonies of #F71C10
Complementary color
Monochromatic Colors of #F71C10
Black with #F71C10
Text Example
Text Example
White with #F71C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C10; }
p { color: rgb(247,28,16); }
H1.HeaderClassName
{
color: #F71C10;
}
.AnyTagClassName
{
color: #F71C10;
}
</style>
background-color css
<style>
a { background-color: #F71C10; }
a { background-color: rgb(247,28,16); }
div.DivClassName
{
background-color: #F71C10;
}
.BgClassName
{
background-color: #F71C10;
}
</style>
border-color css
<style>
span { border-color: #F71C10; }
span { border-color: rgb(247,28,16); }
td.TdClassName
{
border-color: #F71C10;
}
.TagClassName
{
border-color: #F71C10;
}
</style>