Shades of Scarlet #F62117
Tints of Scarlet #F62117
RGB
CMYK
RGB Variations
Color information
#F62117 (or 0xF62117) is known color: Scarlet. HEX triplet: F6, 21 and 17. RGB value is (246,33,23). Sum of RGB (Red+Green+Blue) = 246+33+23=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F62117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62117 is #09DEE8. Grayscale: #5F5F5F. Windows color (decimal): -646889 or 1516022. OLE color: 1516022.
HSL color Cylindrical-coordinate representation of color #F62117: hue angle of 2.69º 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 #F62117 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 2.69º | 0.93% | 0.53% | - |
| HSV(B) | 2.69º | 0.91% | 0.96% | - |
| XYZ | 38.7 | 20.74 | 2.77 | - |
| YUV | 95.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 23 | 0 | 0.87 | 0.91 | 0.04 | 2.69 | 0.93 | 0.53 |
| Hex | F6 | 21 | 17 | 0 | 57 | 5B | 4 | 3 | 5D | 35 |
| Octal | 366 | 41 | 27 | 0 | 127 | 133 | 4 | 3 | 135 | 65 |
| Binary | 11110110 | 100001 | 10111 | 0 | 1010111 | 1011011 | 100 | 11 | 1011101 | 110101 |
Color Harmonies of #F62117
Complementary color
Monochromatic Colors of #F62117
Black with #F62117
Text Example
Text Example
White with #F62117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62117; }
p { color: rgb(246,33,23); }
H1.HeaderClassName
{
color: #F62117;
}
.AnyTagClassName
{
color: #F62117;
}
</style>
background-color css
<style>
a { background-color: #F62117; }
a { background-color: rgb(246,33,23); }
div.DivClassName
{
background-color: #F62117;
}
.BgClassName
{
background-color: #F62117;
}
</style>
border-color css
<style>
span { border-color: #F62117; }
span { border-color: rgb(246,33,23); }
td.TdClassName
{
border-color: #F62117;
}
.TagClassName
{
border-color: #F62117;
}
</style>