Shades of Scarlet #F52810
Tints of Scarlet #F52810
RGB
CMYK
RGB Variations
Color information
#F52810 (or 0xF52810) is known color: Scarlet. HEX triplet: F5, 28 and 10. RGB value is (245,40,16). Sum of RGB (Red+Green+Blue) = 245+40+16=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F52810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52810 is #0AD7EF. Grayscale: #626262. Windows color (decimal): -710640 or 1059061. OLE color: 1059061.
HSL color Cylindrical-coordinate representation of color #F52810: hue angle of 6.29º 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 #F52810 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.04 |
| HSL | 6.29º | 0.92% | 0.51% | - |
| HSV(B) | 6.29º | 0.93% | 0.96% | - |
| XYZ | 38.51 | 20.97 | 2.51 | - |
| YUV | 98.56 | 81.42 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 16 | 0 | 0.84 | 0.93 | 0.04 | 6.29 | 0.92 | 0.51 |
| Hex | F5 | 28 | 10 | 0 | 54 | 5D | 4 | 6 | 5C | 33 |
| Octal | 365 | 50 | 20 | 0 | 124 | 135 | 4 | 6 | 134 | 63 |
| Binary | 11110101 | 101000 | 10000 | 0 | 1010100 | 1011101 | 100 | 110 | 1011100 | 110011 |
Color Harmonies of #F52810
Complementary color
Monochromatic Colors of #F52810
Black with #F52810
Text Example
Text Example
White with #F52810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52810; }
p { color: rgb(245,40,16); }
H1.HeaderClassName
{
color: #F52810;
}
.AnyTagClassName
{
color: #F52810;
}
</style>
background-color css
<style>
a { background-color: #F52810; }
a { background-color: rgb(245,40,16); }
div.DivClassName
{
background-color: #F52810;
}
.BgClassName
{
background-color: #F52810;
}
</style>
border-color css
<style>
span { border-color: #F52810; }
span { border-color: rgb(245,40,16); }
td.TdClassName
{
border-color: #F52810;
}
.TagClassName
{
border-color: #F52810;
}
</style>