Shades of Scarlet #F51716
Tints of Scarlet #F51716
RGB
CMYK
RGB Variations
Color information
#F51716 (or 0xF51716) is known color: Scarlet. HEX triplet: F5, 17 and 16. RGB value is (245,23,22). Sum of RGB (Red+Green+Blue) = 245+23+22=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F51716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51716 is #0AE8E9. Grayscale: #595959. Windows color (decimal): -714986 or 1447925. OLE color: 1447925.
HSL color Cylindrical-coordinate representation of color #F51716: hue angle of 0.27º 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 #F51716 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.04 |
| HSL | 0.27º | 0.92% | 0.52% | - |
| HSV(B) | 0.27º | 0.91% | 0.96% | - |
| XYZ | 38.11 | 20.08 | 2.63 | - |
| YUV | 89.26 | 90.05 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 22 | 0 | 0.91 | 0.91 | 0.04 | 0.27 | 0.92 | 0.52 |
| Hex | F5 | 17 | 16 | 0 | 5B | 5B | 4 | 0 | 5C | 34 |
| Octal | 365 | 27 | 26 | 0 | 133 | 133 | 4 | 0 | 134 | 64 |
| Binary | 11110101 | 10111 | 10110 | 0 | 1011011 | 1011011 | 100 | 0 | 1011100 | 110100 |
Color Harmonies of #F51716
Complementary color
Monochromatic Colors of #F51716
Black with #F51716
Text Example
Text Example
White with #F51716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51716; }
p { color: rgb(245,23,22); }
H1.HeaderClassName
{
color: #F51716;
}
.AnyTagClassName
{
color: #F51716;
}
</style>
background-color css
<style>
a { background-color: #F51716; }
a { background-color: rgb(245,23,22); }
div.DivClassName
{
background-color: #F51716;
}
.BgClassName
{
background-color: #F51716;
}
</style>
border-color css
<style>
span { border-color: #F51716; }
span { border-color: rgb(245,23,22); }
td.TdClassName
{
border-color: #F51716;
}
.TagClassName
{
border-color: #F51716;
}
</style>