Shades of Scarlet #F51916
Tints of Scarlet #F51916
RGB
CMYK
RGB Variations
Color information
#F51916 (or 0xF51916) is known color: Scarlet. HEX triplet: F5, 19 and 16. RGB value is (245,25,22). Sum of RGB (Red+Green+Blue) = 245+25+22=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F51916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51916 is #0AE6E9. Grayscale: #5A5A5A. Windows color (decimal): -714474 or 1448437. OLE color: 1448437.
HSL color Cylindrical-coordinate representation of color #F51916: hue angle of 0.81º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51916 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.04 |
| HSL | 0.81º | 0.92% | 0.52% | - |
| HSV(B) | 0.81º | 0.91% | 0.96% | - |
| XYZ | 38.15 | 20.17 | 2.64 | - |
| YUV | 90.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 22 | 0 | 0.90 | 0.91 | 0.04 | 0.81 | 0.92 | 0.52 |
| Hex | F5 | 19 | 16 | 0 | 5A | 5B | 4 | 1 | 5C | 34 |
| Octal | 365 | 31 | 26 | 0 | 132 | 133 | 4 | 1 | 134 | 64 |
| Binary | 11110101 | 11001 | 10110 | 0 | 1011010 | 1011011 | 100 | 1 | 1011100 | 110100 |
Color Harmonies of #F51916
Complementary color
Monochromatic Colors of #F51916
Black with #F51916
Text Example
Text Example
White with #F51916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51916; }
p { color: rgb(245,25,22); }
H1.HeaderClassName
{
color: #F51916;
}
.AnyTagClassName
{
color: #F51916;
}
</style>
background-color css
<style>
a { background-color: #F51916; }
a { background-color: rgb(245,25,22); }
div.DivClassName
{
background-color: #F51916;
}
.BgClassName
{
background-color: #F51916;
}
</style>
border-color css
<style>
span { border-color: #F51916; }
span { border-color: rgb(245,25,22); }
td.TdClassName
{
border-color: #F51916;
}
.TagClassName
{
border-color: #F51916;
}
</style>