Shades of Scarlet #F7270B
Tints of Scarlet #F7270B
RGB
CMYK
RGB Variations
Color information
#F7270B (or 0xF7270B) is known color: Scarlet. HEX triplet: F7, 27 and 0B. RGB value is (247,39,11). Sum of RGB (Red+Green+Blue) = 247+39+11=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7270B is #08D8F4. Grayscale: #626262. Windows color (decimal): -579829 or 731127. OLE color: 731127.
HSL color Cylindrical-coordinate representation of color #F7270B: hue angle of 7.12º 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 #F7270B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 11 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.03 |
| HSL | 7.12º | 0.94% | 0.51% | - |
| HSV(B) | 7.12º | 0.96% | 0.97% | - |
| XYZ | 39.14 | 21.25 | 2.36 | - |
| YUV | 98 | 78.91 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 11 | 0 | 0.84 | 0.96 | 0.03 | 7.12 | 0.94 | 0.51 |
| Hex | F7 | 27 | B | 0 | 54 | 60 | 3 | 7 | 5E | 33 |
| Octal | 367 | 47 | 13 | 0 | 124 | 140 | 3 | 7 | 136 | 63 |
| Binary | 11110111 | 100111 | 1011 | 0 | 1010100 | 1100000 | 11 | 111 | 1011110 | 110011 |
Color Harmonies of #F7270B
Complementary color
Monochromatic Colors of #F7270B
Black with #F7270B
Text Example
Text Example
White with #F7270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7270B; }
p { color: rgb(247,39,11); }
H1.HeaderClassName
{
color: #F7270B;
}
.AnyTagClassName
{
color: #F7270B;
}
</style>
background-color css
<style>
a { background-color: #F7270B; }
a { background-color: rgb(247,39,11); }
div.DivClassName
{
background-color: #F7270B;
}
.BgClassName
{
background-color: #F7270B;
}
</style>
border-color css
<style>
span { border-color: #F7270B; }
span { border-color: rgb(247,39,11); }
td.TdClassName
{
border-color: #F7270B;
}
.TagClassName
{
border-color: #F7270B;
}
</style>