Shades of Scarlet #F61610
Tints of Scarlet #F61610
RGB
CMYK
RGB Variations
Color information
#F61610 (or 0xF61610) is known color: Scarlet. HEX triplet: F6, 16 and 10. RGB value is (246,22,16). Sum of RGB (Red+Green+Blue) = 246+22+16=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F61610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61610 is #09E9EF. Grayscale: #585858. Windows color (decimal): -649712 or 1054454. OLE color: 1054454.
HSL color Cylindrical-coordinate representation of color #F61610: hue angle of 1.57º 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 #F61610 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.57º | 0.93% | 0.51% | - |
| HSV(B) | 1.57º | 0.93% | 0.96% | - |
| XYZ | 38.39 | 20.2 | 2.37 | - |
| YUV | 88.29 | 87.21 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 16 | 0 | 0.91 | 0.93 | 0.04 | 1.57 | 0.93 | 0.51 |
| Hex | F6 | 16 | 10 | 0 | 5B | 5D | 4 | 2 | 5D | 33 |
| Octal | 366 | 26 | 20 | 0 | 133 | 135 | 4 | 2 | 135 | 63 |
| Binary | 11110110 | 10110 | 10000 | 0 | 1011011 | 1011101 | 100 | 10 | 1011101 | 110011 |
Color Harmonies of #F61610
Complementary color
Monochromatic Colors of #F61610
Black with #F61610
Text Example
Text Example
White with #F61610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61610; }
p { color: rgb(246,22,16); }
H1.HeaderClassName
{
color: #F61610;
}
.AnyTagClassName
{
color: #F61610;
}
</style>
background-color css
<style>
a { background-color: #F61610; }
a { background-color: rgb(246,22,16); }
div.DivClassName
{
background-color: #F61610;
}
.BgClassName
{
background-color: #F61610;
}
</style>
border-color css
<style>
span { border-color: #F61610; }
span { border-color: rgb(246,22,16); }
td.TdClassName
{
border-color: #F61610;
}
.TagClassName
{
border-color: #F61610;
}
</style>