Shades of Scarlet #F0310C
Tints of Scarlet #F0310C
RGB
CMYK
RGB Variations
Color information
#F0310C (or 0xF0310C) is known color: Scarlet. HEX triplet: F0, 31 and 0C. RGB value is (240,49,12). Sum of RGB (Red+Green+Blue) = 240+49+12=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0310C is #0FCEF3. Grayscale: #666666. Windows color (decimal): -1036020 or 799216. OLE color: 799216.
HSL color Cylindrical-coordinate representation of color #F0310C: hue angle of 9.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0310C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.06 |
| HSL | 9.74º | 0.9% | 0.49% | - |
| HSV(B) | 9.74º | 0.95% | 0.94% | - |
| XYZ | 37.1 | 20.75 | 2.4 | - |
| YUV | 101.89 | 77.28 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 12 | 0 | 0.80 | 0.95 | 0.06 | 9.74 | 0.9 | 0.49 |
| Hex | F0 | 31 | C | 0 | 50 | 5F | 6 | A | 5A | 31 |
| Octal | 360 | 61 | 14 | 0 | 120 | 137 | 6 | 12 | 132 | 61 |
| Binary | 11110000 | 110001 | 1100 | 0 | 1010000 | 1011111 | 110 | 1010 | 1011010 | 110001 |
Color Harmonies of #F0310C
Complementary color
Monochromatic Colors of #F0310C
Black with #F0310C
Text Example
Text Example
White with #F0310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0310C; }
p { color: rgb(240,49,12); }
H1.HeaderClassName
{
color: #F0310C;
}
.AnyTagClassName
{
color: #F0310C;
}
</style>
background-color css
<style>
a { background-color: #F0310C; }
a { background-color: rgb(240,49,12); }
div.DivClassName
{
background-color: #F0310C;
}
.BgClassName
{
background-color: #F0310C;
}
</style>
border-color css
<style>
span { border-color: #F0310C; }
span { border-color: rgb(240,49,12); }
td.TdClassName
{
border-color: #F0310C;
}
.TagClassName
{
border-color: #F0310C;
}
</style>