Shades of Scarlet #F51510
Tints of Scarlet #F51510
RGB
CMYK
RGB Variations
Color information
#F51510 (or 0xF51510) is known color: Scarlet. HEX triplet: F5, 15 and 10. RGB value is (245,21,16). Sum of RGB (Red+Green+Blue) = 245+21+16=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F51510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51510 is #0AEAEF. Grayscale: #575757. Windows color (decimal): -715504 or 1054197. OLE color: 1054197.
HSL color Cylindrical-coordinate representation of color #F51510: hue angle of 1.31º 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 #F51510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.31º | 0.92% | 0.51% | - |
| HSV(B) | 1.31º | 0.93% | 0.96% | - |
| XYZ | 38.02 | 19.99 | 2.34 | - |
| YUV | 87.41 | 87.71 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 16 | 0 | 0.91 | 0.93 | 0.04 | 1.31 | 0.92 | 0.51 |
| Hex | F5 | 15 | 10 | 0 | 5B | 5D | 4 | 1 | 5C | 33 |
| Octal | 365 | 25 | 20 | 0 | 133 | 135 | 4 | 1 | 134 | 63 |
| Binary | 11110101 | 10101 | 10000 | 0 | 1011011 | 1011101 | 100 | 1 | 1011100 | 110011 |
Color Harmonies of #F51510
Complementary color
Monochromatic Colors of #F51510
Black with #F51510
Text Example
Text Example
White with #F51510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51510; }
p { color: rgb(245,21,16); }
H1.HeaderClassName
{
color: #F51510;
}
.AnyTagClassName
{
color: #F51510;
}
</style>
background-color css
<style>
a { background-color: #F51510; }
a { background-color: rgb(245,21,16); }
div.DivClassName
{
background-color: #F51510;
}
.BgClassName
{
background-color: #F51510;
}
</style>
border-color css
<style>
span { border-color: #F51510; }
span { border-color: rgb(245,21,16); }
td.TdClassName
{
border-color: #F51510;
}
.TagClassName
{
border-color: #F51510;
}
</style>