Shades of Scarlet #F73401
Tints of Scarlet #F73401
RGB
CMYK
RGB Variations
Color information
#F73401 (or 0xF73401) is known color: Scarlet. HEX triplet: F7, 34 and 01. RGB value is (247,52,1). Sum of RGB (Red+Green+Blue) = 247+52+1=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F73401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73401 is #08CBFE. Grayscale: #686868. Windows color (decimal): -576511 or 79095. OLE color: 79095.
HSL color Cylindrical-coordinate representation of color #F73401: hue angle of 12.44º 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 #F73401 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.03 |
| HSL | 12.44º | 0.99% | 0.49% | - |
| HSV(B) | 12.44º | 1% | 0.97% | - |
| XYZ | 39.59 | 22.23 | 2.23 | - |
| YUV | 104.49 | 69.6 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 1 | 0 | 0.79 | 1.00 | 0.03 | 12.44 | 0.99 | 0.49 |
| Hex | F7 | 34 | 1 | 0 | 4F | 64 | 3 | C | 63 | 31 |
| Octal | 367 | 64 | 1 | 0 | 117 | 144 | 3 | 14 | 143 | 61 |
| Binary | 11110111 | 110100 | 1 | 0 | 1001111 | 1100100 | 11 | 1100 | 1100011 | 110001 |
Color Harmonies of #F73401
Complementary color
Monochromatic Colors of #F73401
Black with #F73401
Text Example
Text Example
White with #F73401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73401; }
p { color: rgb(247,52,1); }
H1.HeaderClassName
{
color: #F73401;
}
.AnyTagClassName
{
color: #F73401;
}
</style>
background-color css
<style>
a { background-color: #F73401; }
a { background-color: rgb(247,52,1); }
div.DivClassName
{
background-color: #F73401;
}
.BgClassName
{
background-color: #F73401;
}
</style>
border-color css
<style>
span { border-color: #F73401; }
span { border-color: rgb(247,52,1); }
td.TdClassName
{
border-color: #F73401;
}
.TagClassName
{
border-color: #F73401;
}
</style>