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