Shades of Scarlet #F03013
Tints of Scarlet #F03013
RGB
CMYK
RGB Variations
Color information
#F03013 (or 0xF03013) is known color: Scarlet. HEX triplet: F0, 30 and 13. RGB value is (240,48,19). Sum of RGB (Red+Green+Blue) = 240+48+19=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F03013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03013 is #0FCFEC. Grayscale: #666666. Windows color (decimal): -1036269 or 1257712. OLE color: 1257712.
HSL color Cylindrical-coordinate representation of color #F03013: hue angle of 7.87º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F03013 is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 19 | - |
| CMYK | 0 | 0.8 | 0.92 | 0.06 |
| HSL | 7.87º | 0.88% | 0.51% | - |
| HSV(B) | 7.87º | 0.92% | 0.94% | - |
| XYZ | 37.11 | 20.69 | 2.65 | - |
| YUV | 102.1 | 81.11 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 19 | 0 | 0.8 | 0.92 | 0.06 | 7.87 | 0.88 | 0.51 |
| Hex | F0 | 30 | 13 | 0 | 50 | 5C | 6 | 8 | 58 | 33 |
| Octal | 360 | 60 | 23 | 0 | 120 | 134 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 110000 | 10011 | 0 | 1010000 | 1011100 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F03013
Complementary color
Monochromatic Colors of #F03013
Black with #F03013
Text Example
Text Example
White with #F03013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03013; }
p { color: rgb(240,48,19); }
H1.HeaderClassName
{
color: #F03013;
}
.AnyTagClassName
{
color: #F03013;
}
</style>
background-color css
<style>
a { background-color: #F03013; }
a { background-color: rgb(240,48,19); }
div.DivClassName
{
background-color: #F03013;
}
.BgClassName
{
background-color: #F03013;
}
</style>
border-color css
<style>
span { border-color: #F03013; }
span { border-color: rgb(240,48,19); }
td.TdClassName
{
border-color: #F03013;
}
.TagClassName
{
border-color: #F03013;
}
</style>