Shades of Scarlet #F71D00
Tints of Scarlet #F71D00
RGB
CMYK
RGB Variations
Color information
#F71D00 (or 0xF71D00) is known color: Scarlet. HEX triplet: F7, 1D and 00. RGB value is (247,29,0). Sum of RGB (Red+Green+Blue) = 247+29+0=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71D00 is #08E2FF. Grayscale: #5B5B5B. Windows color (decimal): -582400 or 7671. OLE color: 7671.
HSL color Cylindrical-coordinate representation of color #F71D00: hue angle of 7.04º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F71D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.03 |
| HSL | 7.04º | 1% | 0.48% | - |
| HSV(B) | 7.04º | 1% | 0.97% | - |
| XYZ | 38.8 | 20.65 | 1.94 | - |
| YUV | 90.88 | 76.72 | 239.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 0 | 0 | 0.88 | 1 | 0.03 | 7.04 | 1 | 0.48 |
| Hex | F7 | 1D | 0 | 0 | 58 | 64 | 3 | 7 | 64 | 30 |
| Octal | 367 | 35 | 0 | 0 | 130 | 144 | 3 | 7 | 144 | 60 |
| Binary | 11110111 | 11101 | 0 | 0 | 1011000 | 1100100 | 11 | 111 | 1100100 | 110000 |
Color Harmonies of #F71D00
Complementary color
Monochromatic Colors of #F71D00
Black with #F71D00
Text Example
Text Example
White with #F71D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D00; }
p { color: rgb(247,29,0); }
H1.HeaderClassName
{
color: #F71D00;
}
.AnyTagClassName
{
color: #F71D00;
}
</style>
background-color css
<style>
a { background-color: #F71D00; }
a { background-color: rgb(247,29,0); }
div.DivClassName
{
background-color: #F71D00;
}
.BgClassName
{
background-color: #F71D00;
}
</style>
border-color css
<style>
span { border-color: #F71D00; }
span { border-color: rgb(247,29,0); }
td.TdClassName
{
border-color: #F71D00;
}
.TagClassName
{
border-color: #F71D00;
}
</style>