Shades of Scarlet #F61713
Tints of Scarlet #F61713
RGB
CMYK
RGB Variations
Color information
#F61713 (or 0xF61713) is known color: Scarlet. HEX triplet: F6, 17 and 13. RGB value is (246,23,19). Sum of RGB (Red+Green+Blue) = 246+23+19=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F61713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61713 is #09E8EC. Grayscale: #595959. Windows color (decimal): -649453 or 1251318. OLE color: 1251318.
HSL color Cylindrical-coordinate representation of color #F61713: hue angle of 1.06º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61713 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.04 |
| HSL | 1.06º | 0.93% | 0.52% | - |
| HSV(B) | 1.06º | 0.92% | 0.96% | - |
| XYZ | 38.43 | 20.25 | 2.5 | - |
| YUV | 89.22 | 88.38 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 19 | 0 | 0.91 | 0.92 | 0.04 | 1.06 | 0.93 | 0.52 |
| Hex | F6 | 17 | 13 | 0 | 5B | 5C | 4 | 1 | 5D | 34 |
| Octal | 366 | 27 | 23 | 0 | 133 | 134 | 4 | 1 | 135 | 64 |
| Binary | 11110110 | 10111 | 10011 | 0 | 1011011 | 1011100 | 100 | 1 | 1011101 | 110100 |
Color Harmonies of #F61713
Complementary color
Monochromatic Colors of #F61713
Black with #F61713
Text Example
Text Example
White with #F61713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61713; }
p { color: rgb(246,23,19); }
H1.HeaderClassName
{
color: #F61713;
}
.AnyTagClassName
{
color: #F61713;
}
</style>
background-color css
<style>
a { background-color: #F61713; }
a { background-color: rgb(246,23,19); }
div.DivClassName
{
background-color: #F61713;
}
.BgClassName
{
background-color: #F61713;
}
</style>
border-color css
<style>
span { border-color: #F61713; }
span { border-color: rgb(246,23,19); }
td.TdClassName
{
border-color: #F61713;
}
.TagClassName
{
border-color: #F61713;
}
</style>