Shades of Scarlet #F51610
Tints of Scarlet #F51610
RGB
CMYK
RGB Variations
Color information
#F51610 (or 0xF51610) is known color: Scarlet. HEX triplet: F5, 16 and 10. RGB value is (245,22,16). Sum of RGB (Red+Green+Blue) = 245+22+16=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F51610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51610 is #0AE9EF. Grayscale: #585858. Windows color (decimal): -715248 or 1054453. OLE color: 1054453.
HSL color Cylindrical-coordinate representation of color #F51610: hue angle of 1.57º 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 #F51610 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.57º | 0.92% | 0.51% | - |
| HSV(B) | 1.57º | 0.93% | 0.96% | - |
| XYZ | 38.04 | 20.02 | 2.35 | - |
| YUV | 87.99 | 87.38 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 16 | 0 | 0.91 | 0.93 | 0.04 | 1.57 | 0.92 | 0.51 |
| Hex | F5 | 16 | 10 | 0 | 5B | 5D | 4 | 2 | 5C | 33 |
| Octal | 365 | 26 | 20 | 0 | 133 | 135 | 4 | 2 | 134 | 63 |
| Binary | 11110101 | 10110 | 10000 | 0 | 1011011 | 1011101 | 100 | 10 | 1011100 | 110011 |
Color Harmonies of #F51610
Complementary color
Monochromatic Colors of #F51610
Black with #F51610
Text Example
Text Example
White with #F51610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51610; }
p { color: rgb(245,22,16); }
H1.HeaderClassName
{
color: #F51610;
}
.AnyTagClassName
{
color: #F51610;
}
</style>
background-color css
<style>
a { background-color: #F51610; }
a { background-color: rgb(245,22,16); }
div.DivClassName
{
background-color: #F51610;
}
.BgClassName
{
background-color: #F51610;
}
</style>
border-color css
<style>
span { border-color: #F51610; }
span { border-color: rgb(245,22,16); }
td.TdClassName
{
border-color: #F51610;
}
.TagClassName
{
border-color: #F51610;
}
</style>