Shades of Scarlet #F73315
Tints of Scarlet #F73315
RGB
CMYK
RGB Variations
Color information
#F73315 (or 0xF73315) is known color: Scarlet. HEX triplet: F7, 33 and 15. RGB value is (247,51,21). Sum of RGB (Red+Green+Blue) = 247+51+21=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F73315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73315 is #08CCEA. Grayscale: #6A6A6A. Windows color (decimal): -576747 or 1389559. OLE color: 1389559.
HSL color Cylindrical-coordinate representation of color #F73315: hue angle of 7.96º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F73315 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.03 |
| HSL | 7.96º | 0.93% | 0.53% | - |
| HSV(B) | 7.96º | 0.91% | 0.97% | - |
| XYZ | 39.68 | 22.2 | 2.9 | - |
| YUV | 106.18 | 79.93 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 21 | 0 | 0.79 | 0.91 | 0.03 | 7.96 | 0.93 | 0.53 |
| Hex | F7 | 33 | 15 | 0 | 4F | 5B | 3 | 8 | 5D | 35 |
| Octal | 367 | 63 | 25 | 0 | 117 | 133 | 3 | 10 | 135 | 65 |
| Binary | 11110111 | 110011 | 10101 | 0 | 1001111 | 1011011 | 11 | 1000 | 1011101 | 110101 |
Color Harmonies of #F73315
Complementary color
Monochromatic Colors of #F73315
Black with #F73315
Text Example
Text Example
White with #F73315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73315; }
p { color: rgb(247,51,21); }
H1.HeaderClassName
{
color: #F73315;
}
.AnyTagClassName
{
color: #F73315;
}
</style>
background-color css
<style>
a { background-color: #F73315; }
a { background-color: rgb(247,51,21); }
div.DivClassName
{
background-color: #F73315;
}
.BgClassName
{
background-color: #F73315;
}
</style>
border-color css
<style>
span { border-color: #F73315; }
span { border-color: rgb(247,51,21); }
td.TdClassName
{
border-color: #F73315;
}
.TagClassName
{
border-color: #F73315;
}
</style>