Shades of Scarlet #F7130A
Tints of Scarlet #F7130A
RGB
CMYK
RGB Variations
Color information
#F7130A (or 0xF7130A) is known color: Scarlet. HEX triplet: F7, 13 and 0A. RGB value is (247,19,10). Sum of RGB (Red+Green+Blue) = 247+19+10=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F7130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7130A is #08ECF5. Grayscale: #565656. Windows color (decimal): -584950 or 660471. OLE color: 660471.
HSL color Cylindrical-coordinate representation of color #F7130A: hue angle of 2.28º 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 #F7130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.03 |
| HSL | 2.28º | 0.94% | 0.5% | - |
| HSV(B) | 2.28º | 0.96% | 0.97% | - |
| XYZ | 38.65 | 20.26 | 2.16 | - |
| YUV | 86.15 | 85.04 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 10 | 0 | 0.92 | 0.96 | 0.03 | 2.28 | 0.94 | 0.5 |
| Hex | F7 | 13 | A | 0 | 5C | 60 | 3 | 2 | 5E | 32 |
| Octal | 367 | 23 | 12 | 0 | 134 | 140 | 3 | 2 | 136 | 62 |
| Binary | 11110111 | 10011 | 1010 | 0 | 1011100 | 1100000 | 11 | 10 | 1011110 | 110010 |
Color Harmonies of #F7130A
Complementary color
Monochromatic Colors of #F7130A
Black with #F7130A
Text Example
Text Example
White with #F7130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7130A; }
p { color: rgb(247,19,10); }
H1.HeaderClassName
{
color: #F7130A;
}
.AnyTagClassName
{
color: #F7130A;
}
</style>
background-color css
<style>
a { background-color: #F7130A; }
a { background-color: rgb(247,19,10); }
div.DivClassName
{
background-color: #F7130A;
}
.BgClassName
{
background-color: #F7130A;
}
</style>
border-color css
<style>
span { border-color: #F7130A; }
span { border-color: rgb(247,19,10); }
td.TdClassName
{
border-color: #F7130A;
}
.TagClassName
{
border-color: #F7130A;
}
</style>