Shades of Scarlet #F61510
Tints of Scarlet #F61510
RGB
CMYK
RGB Variations
Color information
#F61510 (or 0xF61510) is known color: Scarlet. HEX triplet: F6, 15 and 10. RGB value is (246,21,16). Sum of RGB (Red+Green+Blue) = 246+21+16=283 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.93% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 246 - color contains mainly: red. Hex color #F61510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61510 is #09EAEF. Grayscale: #575757. Windows color (decimal): -649968 or 1054198. OLE color: 1054198.
HSL color Cylindrical-coordinate representation of color #F61510: hue angle of 1.3º degrees, saturation: 0.93, 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 #F61510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.3º | 0.93% | 0.51% | - |
| HSV(B) | 1.3º | 0.93% | 0.96% | - |
| XYZ | 38.37 | 20.17 | 2.36 | - |
| YUV | 87.71 | 87.54 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 16 | 0 | 0.91 | 0.93 | 0.04 | 1.3 | 0.93 | 0.51 |
| Hex | F6 | 15 | 10 | 0 | 5B | 5D | 4 | 1 | 5D | 33 |
| Octal | 366 | 25 | 20 | 0 | 133 | 135 | 4 | 1 | 135 | 63 |
| Binary | 11110110 | 10101 | 10000 | 0 | 1011011 | 1011101 | 100 | 1 | 1011101 | 110011 |
Color Harmonies of #F61510
Complementary color
Monochromatic Colors of #F61510
Black with #F61510
Text Example
Text Example
White with #F61510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61510; }
p { color: rgb(246,21,16); }
H1.HeaderClassName
{
color: #F61510;
}
.AnyTagClassName
{
color: #F61510;
}
</style>
background-color css
<style>
a { background-color: #F61510; }
a { background-color: rgb(246,21,16); }
div.DivClassName
{
background-color: #F61510;
}
.BgClassName
{
background-color: #F61510;
}
</style>
border-color css
<style>
span { border-color: #F61510; }
span { border-color: rgb(246,21,16); }
td.TdClassName
{
border-color: #F61510;
}
.TagClassName
{
border-color: #F61510;
}
</style>