Shades of Scarlet #F51910
Tints of Scarlet #F51910
RGB
CMYK
RGB Variations
Color information
#F51910 (or 0xF51910) is known color: Scarlet. HEX triplet: F5, 19 and 10. RGB value is (245,25,16). Sum of RGB (Red+Green+Blue) = 245+25+16=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F51910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51910 is #0AE6EF. Grayscale: #5A5A5A. Windows color (decimal): -714480 or 1055221. OLE color: 1055221.
HSL color Cylindrical-coordinate representation of color #F51910: hue angle of 2.36º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51910 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.04 |
| HSL | 2.36º | 0.92% | 0.51% | - |
| HSV(B) | 2.36º | 0.93% | 0.96% | - |
| XYZ | 38.1 | 20.15 | 2.37 | - |
| YUV | 89.75 | 86.39 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 16 | 0 | 0.90 | 0.93 | 0.04 | 2.36 | 0.92 | 0.51 |
| Hex | F5 | 19 | 10 | 0 | 5A | 5D | 4 | 2 | 5C | 33 |
| Octal | 365 | 31 | 20 | 0 | 132 | 135 | 4 | 2 | 134 | 63 |
| Binary | 11110101 | 11001 | 10000 | 0 | 1011010 | 1011101 | 100 | 10 | 1011100 | 110011 |
Color Harmonies of #F51910
Complementary color
Monochromatic Colors of #F51910
Black with #F51910
Text Example
Text Example
White with #F51910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51910; }
p { color: rgb(245,25,16); }
H1.HeaderClassName
{
color: #F51910;
}
.AnyTagClassName
{
color: #F51910;
}
</style>
background-color css
<style>
a { background-color: #F51910; }
a { background-color: rgb(245,25,16); }
div.DivClassName
{
background-color: #F51910;
}
.BgClassName
{
background-color: #F51910;
}
</style>
border-color css
<style>
span { border-color: #F51910; }
span { border-color: rgb(245,25,16); }
td.TdClassName
{
border-color: #F51910;
}
.TagClassName
{
border-color: #F51910;
}
</style>