Shades of Scarlet #F81F17
Tints of Scarlet #F81F17
RGB
CMYK
RGB Variations
Color information
#F81F17 (or 0xF81F17) is known color: Scarlet. HEX triplet: F8, 1F and 17. RGB value is (248,31,23). Sum of RGB (Red+Green+Blue) = 248+31+23=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F17 is #07E0E8. Grayscale: #5F5F5F. Windows color (decimal): -516329 or 1515512. OLE color: 1515512.
HSL color Cylindrical-coordinate representation of color #F81F17: hue angle of 2.13º 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 #F81F17 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 23 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.03 |
| HSL | 2.13º | 0.94% | 0.53% | - |
| HSV(B) | 2.13º | 0.91% | 0.97% | - |
| XYZ | 39.36 | 21 | 2.79 | - |
| YUV | 94.97 | 87.39 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 23 | 0 | 0.88 | 0.91 | 0.03 | 2.13 | 0.94 | 0.53 |
| Hex | F8 | 1F | 17 | 0 | 58 | 5B | 3 | 2 | 5E | 35 |
| Octal | 370 | 37 | 27 | 0 | 130 | 133 | 3 | 2 | 136 | 65 |
| Binary | 11111000 | 11111 | 10111 | 0 | 1011000 | 1011011 | 11 | 10 | 1011110 | 110101 |
Color Harmonies of #F81F17
Complementary color
Monochromatic Colors of #F81F17
Black with #F81F17
Text Example
Text Example
White with #F81F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F17; }
p { color: rgb(248,31,23); }
H1.HeaderClassName
{
color: #F81F17;
}
.AnyTagClassName
{
color: #F81F17;
}
</style>
background-color css
<style>
a { background-color: #F81F17; }
a { background-color: rgb(248,31,23); }
div.DivClassName
{
background-color: #F81F17;
}
.BgClassName
{
background-color: #F81F17;
}
</style>
border-color css
<style>
span { border-color: #F81F17; }
span { border-color: rgb(248,31,23); }
td.TdClassName
{
border-color: #F81F17;
}
.TagClassName
{
border-color: #F81F17;
}
</style>