Shades of Scarlet #F71D0A
Tints of Scarlet #F71D0A
RGB
CMYK
RGB Variations
Color information
#F71D0A (or 0xF71D0A) is known color: Scarlet. HEX triplet: F7, 1D and 0A. RGB value is (247,29,10). Sum of RGB (Red+Green+Blue) = 247+29+10=286 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.36% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71D0A is #08E2F5. Grayscale: #5C5C5C. Windows color (decimal): -582390 or 663031. OLE color: 663031.
HSL color Cylindrical-coordinate representation of color #F71D0A: hue angle of 4.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F71D0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.03 |
| HSL | 4.81º | 0.94% | 0.5% | - |
| HSV(B) | 4.81º | 0.96% | 0.97% | - |
| XYZ | 38.85 | 20.67 | 2.23 | - |
| YUV | 92.02 | 81.72 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 10 | 0 | 0.88 | 0.96 | 0.03 | 4.81 | 0.94 | 0.5 |
| Hex | F7 | 1D | A | 0 | 58 | 60 | 3 | 5 | 5E | 32 |
| Octal | 367 | 35 | 12 | 0 | 130 | 140 | 3 | 5 | 136 | 62 |
| Binary | 11110111 | 11101 | 1010 | 0 | 1011000 | 1100000 | 11 | 101 | 1011110 | 110010 |
Color Harmonies of #F71D0A
Complementary color
Monochromatic Colors of #F71D0A
Black with #F71D0A
Text Example
Text Example
White with #F71D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71D0A; }
p { color: rgb(247,29,10); }
H1.HeaderClassName
{
color: #F71D0A;
}
.AnyTagClassName
{
color: #F71D0A;
}
</style>
background-color css
<style>
a { background-color: #F71D0A; }
a { background-color: rgb(247,29,10); }
div.DivClassName
{
background-color: #F71D0A;
}
.BgClassName
{
background-color: #F71D0A;
}
</style>
border-color css
<style>
span { border-color: #F71D0A; }
span { border-color: rgb(247,29,10); }
td.TdClassName
{
border-color: #F71D0A;
}
.TagClassName
{
border-color: #F71D0A;
}
</style>