Shades of Scarlet #F61F17
Tints of Scarlet #F61F17
RGB
CMYK
RGB Variations
Color information
#F61F17 (or 0xF61F17) is known color: Scarlet. HEX triplet: F6, 1F and 17. RGB value is (246,31,23). Sum of RGB (Red+Green+Blue) = 246+31+23=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61F17 is #09E0E8. Grayscale: #5E5E5E. Windows color (decimal): -647401 or 1515510. OLE color: 1515510.
HSL color Cylindrical-coordinate representation of color #F61F17: hue angle of 2.15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61F17 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 2.15º | 0.93% | 0.53% | - |
| HSV(B) | 2.15º | 0.91% | 0.96% | - |
| XYZ | 38.65 | 20.63 | 2.76 | - |
| YUV | 94.37 | 87.73 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 23 | 0 | 0.87 | 0.91 | 0.04 | 2.15 | 0.93 | 0.53 |
| Hex | F6 | 1F | 17 | 0 | 57 | 5B | 4 | 2 | 5D | 35 |
| Octal | 366 | 37 | 27 | 0 | 127 | 133 | 4 | 2 | 135 | 65 |
| Binary | 11110110 | 11111 | 10111 | 0 | 1010111 | 1011011 | 100 | 10 | 1011101 | 110101 |
Color Harmonies of #F61F17
Complementary color
Monochromatic Colors of #F61F17
Black with #F61F17
Text Example
Text Example
White with #F61F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F17; }
p { color: rgb(246,31,23); }
H1.HeaderClassName
{
color: #F61F17;
}
.AnyTagClassName
{
color: #F61F17;
}
</style>
background-color css
<style>
a { background-color: #F61F17; }
a { background-color: rgb(246,31,23); }
div.DivClassName
{
background-color: #F61F17;
}
.BgClassName
{
background-color: #F61F17;
}
</style>
border-color css
<style>
span { border-color: #F61F17; }
span { border-color: rgb(246,31,23); }
td.TdClassName
{
border-color: #F61F17;
}
.TagClassName
{
border-color: #F61F17;
}
</style>