Shades of Scarlet #F73008
Tints of Scarlet #F73008
RGB
CMYK
RGB Variations
Color information
#F73008 (or 0xF73008) is known color: Scarlet. HEX triplet: F7, 30 and 08. RGB value is (247,48,8). Sum of RGB (Red+Green+Blue) = 247+48+8=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F73008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73008 is #08CFF7. Grayscale: #676767. Windows color (decimal): -577528 or 536823. OLE color: 536823.
HSL color Cylindrical-coordinate representation of color #F73008: hue angle of 10.04º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F73008 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.03 |
| HSL | 10.04º | 0.94% | 0.5% | - |
| HSV(B) | 10.04º | 0.97% | 0.97% | - |
| XYZ | 39.46 | 21.91 | 2.38 | - |
| YUV | 102.94 | 74.43 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 8 | 0 | 0.81 | 0.97 | 0.03 | 10.04 | 0.94 | 0.5 |
| Hex | F7 | 30 | 8 | 0 | 51 | 61 | 3 | A | 5E | 32 |
| Octal | 367 | 60 | 10 | 0 | 121 | 141 | 3 | 12 | 136 | 62 |
| Binary | 11110111 | 110000 | 1000 | 0 | 1010001 | 1100001 | 11 | 1010 | 1011110 | 110010 |
Color Harmonies of #F73008
Complementary color
Monochromatic Colors of #F73008
Black with #F73008
Text Example
Text Example
White with #F73008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73008; }
p { color: rgb(247,48,8); }
H1.HeaderClassName
{
color: #F73008;
}
.AnyTagClassName
{
color: #F73008;
}
</style>
background-color css
<style>
a { background-color: #F73008; }
a { background-color: rgb(247,48,8); }
div.DivClassName
{
background-color: #F73008;
}
.BgClassName
{
background-color: #F73008;
}
</style>
border-color css
<style>
span { border-color: #F73008; }
span { border-color: rgb(247,48,8); }
td.TdClassName
{
border-color: #F73008;
}
.TagClassName
{
border-color: #F73008;
}
</style>