Shades of Scarlet #F7201F
Tints of Scarlet #F7201F
RGB
CMYK
RGB Variations
Color information
#F7201F (or 0xF7201F) is known color: Scarlet. HEX triplet: F7, 20 and 1F. RGB value is (247,32,31). Sum of RGB (Red+Green+Blue) = 247+32+31=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F7201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7201F is #08DFE0. Grayscale: #606060. Windows color (decimal): -581601 or 2040055. OLE color: 2040055.
HSL color Cylindrical-coordinate representation of color #F7201F: hue angle of 0.28º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7201F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 31 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.03 |
| HSL | 0.28º | 0.93% | 0.55% | - |
| HSV(B) | 0.28º | 0.87% | 0.97% | - |
| XYZ | 39.12 | 20.91 | 3.27 | - |
| YUV | 96.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 31 | 0 | 0.87 | 0.87 | 0.03 | 0.28 | 0.93 | 0.55 |
| Hex | F7 | 20 | 1F | 0 | 57 | 57 | 3 | 0 | 5D | 37 |
| Octal | 367 | 40 | 37 | 0 | 127 | 127 | 3 | 0 | 135 | 67 |
| Binary | 11110111 | 100000 | 11111 | 0 | 1010111 | 1010111 | 11 | 0 | 1011101 | 110111 |
Color Harmonies of #F7201F
Complementary color
Monochromatic Colors of #F7201F
Black with #F7201F
Text Example
Text Example
White with #F7201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7201F; }
p { color: rgb(247,32,31); }
H1.HeaderClassName
{
color: #F7201F;
}
.AnyTagClassName
{
color: #F7201F;
}
</style>
background-color css
<style>
a { background-color: #F7201F; }
a { background-color: rgb(247,32,31); }
div.DivClassName
{
background-color: #F7201F;
}
.BgClassName
{
background-color: #F7201F;
}
</style>
border-color css
<style>
span { border-color: #F7201F; }
span { border-color: rgb(247,32,31); }
td.TdClassName
{
border-color: #F7201F;
}
.TagClassName
{
border-color: #F7201F;
}
</style>