Shades of Scarlet #F9310C
Tints of Scarlet #F9310C
RGB
CMYK
RGB Variations
Color information
#F9310C (or 0xF9310C) is known color: Scarlet. HEX triplet: F9, 31 and 0C. RGB value is (249,49,12). Sum of RGB (Red+Green+Blue) = 249+49+12=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9310C is #06CEF3. Grayscale: #686868. Windows color (decimal): -446196 or 799225. OLE color: 799225.
HSL color Cylindrical-coordinate representation of color #F9310C: hue angle of 9.37º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9310C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.02 |
| HSL | 9.37º | 0.95% | 0.51% | - |
| HSV(B) | 9.37º | 0.95% | 0.98% | - |
| XYZ | 40.23 | 22.36 | 2.54 | - |
| YUV | 104.58 | 75.76 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 12 | 0 | 0.80 | 0.95 | 0.02 | 9.37 | 0.95 | 0.51 |
| Hex | F9 | 31 | C | 0 | 50 | 5F | 2 | 9 | 5F | 33 |
| Octal | 371 | 61 | 14 | 0 | 120 | 137 | 2 | 11 | 137 | 63 |
| Binary | 11111001 | 110001 | 1100 | 0 | 1010000 | 1011111 | 10 | 1001 | 1011111 | 110011 |
Color Harmonies of #F9310C
Complementary color
Monochromatic Colors of #F9310C
Black with #F9310C
Text Example
Text Example
White with #F9310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9310C; }
p { color: rgb(249,49,12); }
H1.HeaderClassName
{
color: #F9310C;
}
.AnyTagClassName
{
color: #F9310C;
}
</style>
background-color css
<style>
a { background-color: #F9310C; }
a { background-color: rgb(249,49,12); }
div.DivClassName
{
background-color: #F9310C;
}
.BgClassName
{
background-color: #F9310C;
}
</style>
border-color css
<style>
span { border-color: #F9310C; }
span { border-color: rgb(249,49,12); }
td.TdClassName
{
border-color: #F9310C;
}
.TagClassName
{
border-color: #F9310C;
}
</style>