Shades of Scarlet #F73201
Tints of Scarlet #F73201
RGB
CMYK
RGB Variations
Color information
#F73201 (or 0xF73201) is known color: Scarlet. HEX triplet: F7, 32 and 01. RGB value is (247,50,1). Sum of RGB (Red+Green+Blue) = 247+50+1=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F73201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73201 is #08CDFE. Grayscale: #676767. Windows color (decimal): -577023 or 78583. OLE color: 78583.
HSL color Cylindrical-coordinate representation of color #F73201: hue angle of 11.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F73201 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.03 |
| HSL | 11.95º | 0.99% | 0.49% | - |
| HSV(B) | 11.95º | 1% | 0.97% | - |
| XYZ | 39.5 | 22.06 | 2.2 | - |
| YUV | 103.32 | 70.27 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 1 | 0 | 0.80 | 1.00 | 0.03 | 11.95 | 0.99 | 0.49 |
| Hex | F7 | 32 | 1 | 0 | 50 | 64 | 3 | C | 63 | 31 |
| Octal | 367 | 62 | 1 | 0 | 120 | 144 | 3 | 14 | 143 | 61 |
| Binary | 11110111 | 110010 | 1 | 0 | 1010000 | 1100100 | 11 | 1100 | 1100011 | 110001 |
Color Harmonies of #F73201
Complementary color
Monochromatic Colors of #F73201
Black with #F73201
Text Example
Text Example
White with #F73201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73201; }
p { color: rgb(247,50,1); }
H1.HeaderClassName
{
color: #F73201;
}
.AnyTagClassName
{
color: #F73201;
}
</style>
background-color css
<style>
a { background-color: #F73201; }
a { background-color: rgb(247,50,1); }
div.DivClassName
{
background-color: #F73201;
}
.BgClassName
{
background-color: #F73201;
}
</style>
border-color css
<style>
span { border-color: #F73201; }
span { border-color: rgb(247,50,1); }
td.TdClassName
{
border-color: #F73201;
}
.TagClassName
{
border-color: #F73201;
}
</style>