Shades of Scarlet #F0310A
Tints of Scarlet #F0310A
RGB
CMYK
RGB Variations
Color information
#F0310A (or 0xF0310A) is known color: Scarlet. HEX triplet: F0, 31 and 0A. RGB value is (240,49,10). Sum of RGB (Red+Green+Blue) = 240+49+10=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F0310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0310A is #0FCEF5. Grayscale: #666666. Windows color (decimal): -1036022 or 668144. OLE color: 668144.
HSL color Cylindrical-coordinate representation of color #F0310A: hue angle of 10.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0310A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.06 |
| HSL | 10.17º | 0.92% | 0.49% | - |
| HSV(B) | 10.17º | 0.96% | 0.94% | - |
| XYZ | 37.09 | 20.74 | 2.34 | - |
| YUV | 101.66 | 76.28 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 10 | 0 | 0.80 | 0.96 | 0.06 | 10.17 | 0.92 | 0.49 |
| Hex | F0 | 31 | A | 0 | 50 | 60 | 6 | A | 5C | 31 |
| Octal | 360 | 61 | 12 | 0 | 120 | 140 | 6 | 12 | 134 | 61 |
| Binary | 11110000 | 110001 | 1010 | 0 | 1010000 | 1100000 | 110 | 1010 | 1011100 | 110001 |
Color Harmonies of #F0310A
Complementary color
Monochromatic Colors of #F0310A
Black with #F0310A
Text Example
Text Example
White with #F0310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0310A; }
p { color: rgb(240,49,10); }
H1.HeaderClassName
{
color: #F0310A;
}
.AnyTagClassName
{
color: #F0310A;
}
</style>
background-color css
<style>
a { background-color: #F0310A; }
a { background-color: rgb(240,49,10); }
div.DivClassName
{
background-color: #F0310A;
}
.BgClassName
{
background-color: #F0310A;
}
</style>
border-color css
<style>
span { border-color: #F0310A; }
span { border-color: rgb(240,49,10); }
td.TdClassName
{
border-color: #F0310A;
}
.TagClassName
{
border-color: #F0310A;
}
</style>