Shades of Scarlet #F81C17
Tints of Scarlet #F81C17
RGB
CMYK
RGB Variations
Color information
#F81C17 (or 0xF81C17) is known color: Scarlet. HEX triplet: F8, 1C and 17. RGB value is (248,28,23). Sum of RGB (Red+Green+Blue) = 248+28+23=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C17 is #07E3E8. Grayscale: #5D5D5D. Windows color (decimal): -517097 or 1514744. OLE color: 1514744.
HSL color Cylindrical-coordinate representation of color #F81C17: hue angle of 1.33º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81C17 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 23 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.03 |
| HSL | 1.33º | 0.94% | 0.53% | - |
| HSV(B) | 1.33º | 0.91% | 0.97% | - |
| XYZ | 39.28 | 20.85 | 2.76 | - |
| YUV | 93.21 | 88.39 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 23 | 0 | 0.89 | 0.91 | 0.03 | 1.33 | 0.94 | 0.53 |
| Hex | F8 | 1C | 17 | 0 | 59 | 5B | 3 | 1 | 5E | 35 |
| Octal | 370 | 34 | 27 | 0 | 131 | 133 | 3 | 1 | 136 | 65 |
| Binary | 11111000 | 11100 | 10111 | 0 | 1011001 | 1011011 | 11 | 1 | 1011110 | 110101 |
Color Harmonies of #F81C17
Complementary color
Monochromatic Colors of #F81C17
Black with #F81C17
Text Example
Text Example
White with #F81C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C17; }
p { color: rgb(248,28,23); }
H1.HeaderClassName
{
color: #F81C17;
}
.AnyTagClassName
{
color: #F81C17;
}
</style>
background-color css
<style>
a { background-color: #F81C17; }
a { background-color: rgb(248,28,23); }
div.DivClassName
{
background-color: #F81C17;
}
.BgClassName
{
background-color: #F81C17;
}
</style>
border-color css
<style>
span { border-color: #F81C17; }
span { border-color: rgb(248,28,23); }
td.TdClassName
{
border-color: #F81C17;
}
.TagClassName
{
border-color: #F81C17;
}
</style>