Shades of Scarlet #F61410
Tints of Scarlet #F61410
RGB
CMYK
RGB Variations
Color information
#F61410 (or 0xF61410) is known color: Scarlet. HEX triplet: F6, 14 and 10. RGB value is (246,20,16). Sum of RGB (Red+Green+Blue) = 246+20+16=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F61410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61410 is #09EBEF. Grayscale: #575757. Windows color (decimal): -650224 or 1053942. OLE color: 1053942.
HSL color Cylindrical-coordinate representation of color #F61410: hue angle of 1.04º 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 #F61410 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.04 |
| HSL | 1.04º | 0.93% | 0.51% | - |
| HSV(B) | 1.04º | 0.93% | 0.96% | - |
| XYZ | 38.35 | 20.13 | 2.35 | - |
| YUV | 87.12 | 87.87 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 16 | 0 | 0.92 | 0.93 | 0.04 | 1.04 | 0.93 | 0.51 |
| Hex | F6 | 14 | 10 | 0 | 5C | 5D | 4 | 1 | 5D | 33 |
| Octal | 366 | 24 | 20 | 0 | 134 | 135 | 4 | 1 | 135 | 63 |
| Binary | 11110110 | 10100 | 10000 | 0 | 1011100 | 1011101 | 100 | 1 | 1011101 | 110011 |
Color Harmonies of #F61410
Complementary color
Monochromatic Colors of #F61410
Black with #F61410
Text Example
Text Example
White with #F61410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61410; }
p { color: rgb(246,20,16); }
H1.HeaderClassName
{
color: #F61410;
}
.AnyTagClassName
{
color: #F61410;
}
</style>
background-color css
<style>
a { background-color: #F61410; }
a { background-color: rgb(246,20,16); }
div.DivClassName
{
background-color: #F61410;
}
.BgClassName
{
background-color: #F61410;
}
</style>
border-color css
<style>
span { border-color: #F61410; }
span { border-color: rgb(246,20,16); }
td.TdClassName
{
border-color: #F61410;
}
.TagClassName
{
border-color: #F61410;
}
</style>