Shades of Scarlet #F7320C
Tints of Scarlet #F7320C
RGB
CMYK
RGB Variations
Color information
#F7320C (or 0xF7320C) is known color: Scarlet. HEX triplet: F7, 32 and 0C. RGB value is (247,50,12). Sum of RGB (Red+Green+Blue) = 247+50+12=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F7320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7320C is #08CDF3. Grayscale: #686868. Windows color (decimal): -577012 or 799479. OLE color: 799479.
HSL color Cylindrical-coordinate representation of color #F7320C: hue angle of 9.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7320C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.03 |
| HSL | 9.7º | 0.94% | 0.51% | - |
| HSV(B) | 9.7º | 0.95% | 0.97% | - |
| XYZ | 39.56 | 22.08 | 2.52 | - |
| YUV | 104.57 | 75.77 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 12 | 0 | 0.80 | 0.95 | 0.03 | 9.7 | 0.94 | 0.51 |
| Hex | F7 | 32 | C | 0 | 50 | 5F | 3 | A | 5E | 33 |
| Octal | 367 | 62 | 14 | 0 | 120 | 137 | 3 | 12 | 136 | 63 |
| Binary | 11110111 | 110010 | 1100 | 0 | 1010000 | 1011111 | 11 | 1010 | 1011110 | 110011 |
Color Harmonies of #F7320C
Complementary color
Monochromatic Colors of #F7320C
Black with #F7320C
Text Example
Text Example
White with #F7320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7320C; }
p { color: rgb(247,50,12); }
H1.HeaderClassName
{
color: #F7320C;
}
.AnyTagClassName
{
color: #F7320C;
}
</style>
background-color css
<style>
a { background-color: #F7320C; }
a { background-color: rgb(247,50,12); }
div.DivClassName
{
background-color: #F7320C;
}
.BgClassName
{
background-color: #F7320C;
}
</style>
border-color css
<style>
span { border-color: #F7320C; }
span { border-color: rgb(247,50,12); }
td.TdClassName
{
border-color: #F7320C;
}
.TagClassName
{
border-color: #F7320C;
}
</style>