Shades of Scarlet #F52516
Tints of Scarlet #F52516
RGB
CMYK
RGB Variations
Color information
#F52516 (or 0xF52516) is known color: Scarlet. HEX triplet: F5, 25 and 16. RGB value is (245,37,22). Sum of RGB (Red+Green+Blue) = 245+37+22=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F52516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52516 is #0ADAE9. Grayscale: #616161. Windows color (decimal): -711402 or 1451509. OLE color: 1451509.
HSL color Cylindrical-coordinate representation of color #F52516: hue angle of 4.04º 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 #F52516 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.04 |
| HSL | 4.04º | 0.92% | 0.52% | - |
| HSV(B) | 4.04º | 0.91% | 0.96% | - |
| XYZ | 38.46 | 20.79 | 2.75 | - |
| YUV | 97.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 22 | 0 | 0.85 | 0.91 | 0.04 | 4.04 | 0.92 | 0.52 |
| Hex | F5 | 25 | 16 | 0 | 55 | 5B | 4 | 4 | 5C | 34 |
| Octal | 365 | 45 | 26 | 0 | 125 | 133 | 4 | 4 | 134 | 64 |
| Binary | 11110101 | 100101 | 10110 | 0 | 1010101 | 1011011 | 100 | 100 | 1011100 | 110100 |
Color Harmonies of #F52516
Complementary color
Monochromatic Colors of #F52516
Black with #F52516
Text Example
Text Example
White with #F52516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52516; }
p { color: rgb(245,37,22); }
H1.HeaderClassName
{
color: #F52516;
}
.AnyTagClassName
{
color: #F52516;
}
</style>
background-color css
<style>
a { background-color: #F52516; }
a { background-color: rgb(245,37,22); }
div.DivClassName
{
background-color: #F52516;
}
.BgClassName
{
background-color: #F52516;
}
</style>
border-color css
<style>
span { border-color: #F52516; }
span { border-color: rgb(245,37,22); }
td.TdClassName
{
border-color: #F52516;
}
.TagClassName
{
border-color: #F52516;
}
</style>