Shades of Scarlet #F61817
Tints of Scarlet #F61817
RGB
CMYK
RGB Variations
Color information
#F61817 (or 0xF61817) is known color: Scarlet. HEX triplet: F6, 18 and 17. RGB value is (246,24,23). Sum of RGB (Red+Green+Blue) = 246+24+23=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F61817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61817 is #09E7E8. Grayscale: #5A5A5A. Windows color (decimal): -649193 or 1513718. OLE color: 1513718.
HSL color Cylindrical-coordinate representation of color #F61817: hue angle of 0.27º 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 #F61817 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 23 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.04 |
| HSL | 0.27º | 0.93% | 0.53% | - |
| HSV(B) | 0.27º | 0.91% | 0.96% | - |
| XYZ | 38.49 | 20.31 | 2.7 | - |
| YUV | 90.26 | 90.05 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 23 | 0 | 0.90 | 0.91 | 0.04 | 0.27 | 0.93 | 0.53 |
| Hex | F6 | 18 | 17 | 0 | 5A | 5B | 4 | 0 | 5D | 35 |
| Octal | 366 | 30 | 27 | 0 | 132 | 133 | 4 | 0 | 135 | 65 |
| Binary | 11110110 | 11000 | 10111 | 0 | 1011010 | 1011011 | 100 | 0 | 1011101 | 110101 |
Color Harmonies of #F61817
Complementary color
Monochromatic Colors of #F61817
Black with #F61817
Text Example
Text Example
White with #F61817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61817; }
p { color: rgb(246,24,23); }
H1.HeaderClassName
{
color: #F61817;
}
.AnyTagClassName
{
color: #F61817;
}
</style>
background-color css
<style>
a { background-color: #F61817; }
a { background-color: rgb(246,24,23); }
div.DivClassName
{
background-color: #F61817;
}
.BgClassName
{
background-color: #F61817;
}
</style>
border-color css
<style>
span { border-color: #F61817; }
span { border-color: rgb(246,24,23); }
td.TdClassName
{
border-color: #F61817;
}
.TagClassName
{
border-color: #F61817;
}
</style>