Shades of Scarlet #F73319
Tints of Scarlet #F73319
RGB
CMYK
RGB Variations
Color information
#F73319 (or 0xF73319) is known color: Scarlet. HEX triplet: F7, 33 and 19. RGB value is (247,51,25). Sum of RGB (Red+Green+Blue) = 247+51+25=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F73319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73319 is #08CCE6. Grayscale: #6A6A6A. Windows color (decimal): -576743 or 1651703. OLE color: 1651703.
HSL color Cylindrical-coordinate representation of color #F73319: hue angle of 7.03º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F73319 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 25 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.03 |
| HSL | 7.03º | 0.93% | 0.53% | - |
| HSV(B) | 7.03º | 0.9% | 0.97% | - |
| XYZ | 39.72 | 22.21 | 3.11 | - |
| YUV | 106.64 | 81.93 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 25 | 0 | 0.79 | 0.90 | 0.03 | 7.03 | 0.93 | 0.53 |
| Hex | F7 | 33 | 19 | 0 | 4F | 5A | 3 | 7 | 5D | 35 |
| Octal | 367 | 63 | 31 | 0 | 117 | 132 | 3 | 7 | 135 | 65 |
| Binary | 11110111 | 110011 | 11001 | 0 | 1001111 | 1011010 | 11 | 111 | 1011101 | 110101 |
Color Harmonies of #F73319
Complementary color
Monochromatic Colors of #F73319
Black with #F73319
Text Example
Text Example
White with #F73319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73319; }
p { color: rgb(247,51,25); }
H1.HeaderClassName
{
color: #F73319;
}
.AnyTagClassName
{
color: #F73319;
}
</style>
background-color css
<style>
a { background-color: #F73319; }
a { background-color: rgb(247,51,25); }
div.DivClassName
{
background-color: #F73319;
}
.BgClassName
{
background-color: #F73319;
}
</style>
border-color css
<style>
span { border-color: #F73319; }
span { border-color: rgb(247,51,25); }
td.TdClassName
{
border-color: #F73319;
}
.TagClassName
{
border-color: #F73319;
}
</style>