Shades of Scarlet #F7211B
Tints of Scarlet #F7211B
RGB
CMYK
RGB Variations
Color information
#F7211B (or 0xF7211B) is known color: Scarlet. HEX triplet: F7, 21 and 1B. RGB value is (247,33,27). Sum of RGB (Red+Green+Blue) = 247+33+27=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F7211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7211B is #08DEE4. Grayscale: #606060. Windows color (decimal): -581349 or 1778167. OLE color: 1778167.
HSL color Cylindrical-coordinate representation of color #F7211B: hue angle of 1.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7211B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.03 |
| HSL | 1.64º | 0.93% | 0.54% | - |
| HSV(B) | 1.64º | 0.89% | 0.97% | - |
| XYZ | 39.1 | 20.94 | 3.02 | - |
| YUV | 96.3 | 88.9 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 27 | 0 | 0.87 | 0.89 | 0.03 | 1.64 | 0.93 | 0.54 |
| Hex | F7 | 21 | 1B | 0 | 57 | 59 | 3 | 2 | 5D | 36 |
| Octal | 367 | 41 | 33 | 0 | 127 | 131 | 3 | 2 | 135 | 66 |
| Binary | 11110111 | 100001 | 11011 | 0 | 1010111 | 1011001 | 11 | 10 | 1011101 | 110110 |
Color Harmonies of #F7211B
Complementary color
Monochromatic Colors of #F7211B
Black with #F7211B
Text Example
Text Example
White with #F7211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7211B; }
p { color: rgb(247,33,27); }
H1.HeaderClassName
{
color: #F7211B;
}
.AnyTagClassName
{
color: #F7211B;
}
</style>
background-color css
<style>
a { background-color: #F7211B; }
a { background-color: rgb(247,33,27); }
div.DivClassName
{
background-color: #F7211B;
}
.BgClassName
{
background-color: #F7211B;
}
</style>
border-color css
<style>
span { border-color: #F7211B; }
span { border-color: rgb(247,33,27); }
td.TdClassName
{
border-color: #F7211B;
}
.TagClassName
{
border-color: #F7211B;
}
</style>