Shades of Scarlet #F7210B
Tints of Scarlet #F7210B
RGB
CMYK
RGB Variations
Color information
#F7210B (or 0xF7210B) is known color: Scarlet. HEX triplet: F7, 21 and 0B. RGB value is (247,33,11). Sum of RGB (Red+Green+Blue) = 247+33+11=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F7210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7210B is #08DEF4. Grayscale: #5E5E5E. Windows color (decimal): -581365 or 729591. OLE color: 729591.
HSL color Cylindrical-coordinate representation of color #F7210B: hue angle of 5.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.03 |
| HSL | 5.59º | 0.94% | 0.51% | - |
| HSV(B) | 5.59º | 0.96% | 0.97% | - |
| XYZ | 38.96 | 20.89 | 2.29 | - |
| YUV | 94.48 | 80.9 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 11 | 0 | 0.87 | 0.96 | 0.03 | 5.59 | 0.94 | 0.51 |
| Hex | F7 | 21 | B | 0 | 57 | 60 | 3 | 6 | 5E | 33 |
| Octal | 367 | 41 | 13 | 0 | 127 | 140 | 3 | 6 | 136 | 63 |
| Binary | 11110111 | 100001 | 1011 | 0 | 1010111 | 1100000 | 11 | 110 | 1011110 | 110011 |
Color Harmonies of #F7210B
Complementary color
Monochromatic Colors of #F7210B
Black with #F7210B
Text Example
Text Example
White with #F7210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7210B; }
p { color: rgb(247,33,11); }
H1.HeaderClassName
{
color: #F7210B;
}
.AnyTagClassName
{
color: #F7210B;
}
</style>
background-color css
<style>
a { background-color: #F7210B; }
a { background-color: rgb(247,33,11); }
div.DivClassName
{
background-color: #F7210B;
}
.BgClassName
{
background-color: #F7210B;
}
</style>
border-color css
<style>
span { border-color: #F7210B; }
span { border-color: rgb(247,33,11); }
td.TdClassName
{
border-color: #F7210B;
}
.TagClassName
{
border-color: #F7210B;
}
</style>