Shades of Scarlet #F8170B
Tints of Scarlet #F8170B
RGB
CMYK
RGB Variations
Color information
#F8170B (or 0xF8170B) is known color: Scarlet. HEX triplet: F8, 17 and 0B. RGB value is (248,23,11). Sum of RGB (Red+Green+Blue) = 248+23+11=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F8170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8170B is #07E8F4. Grayscale: #595959. Windows color (decimal): -518389 or 727032. OLE color: 727032.
HSL color Cylindrical-coordinate representation of color #F8170B: hue angle of 3.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8170B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 11 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.03 |
| HSL | 3.04º | 0.94% | 0.51% | - |
| HSV(B) | 3.04º | 0.96% | 0.97% | - |
| XYZ | 39.08 | 20.59 | 2.23 | - |
| YUV | 88.91 | 84.04 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 11 | 0 | 0.91 | 0.96 | 0.03 | 3.04 | 0.94 | 0.51 |
| Hex | F8 | 17 | B | 0 | 5B | 60 | 3 | 3 | 5E | 33 |
| Octal | 370 | 27 | 13 | 0 | 133 | 140 | 3 | 3 | 136 | 63 |
| Binary | 11111000 | 10111 | 1011 | 0 | 1011011 | 1100000 | 11 | 11 | 1011110 | 110011 |
Color Harmonies of #F8170B
Complementary color
Monochromatic Colors of #F8170B
Black with #F8170B
Text Example
Text Example
White with #F8170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8170B; }
p { color: rgb(248,23,11); }
H1.HeaderClassName
{
color: #F8170B;
}
.AnyTagClassName
{
color: #F8170B;
}
</style>
background-color css
<style>
a { background-color: #F8170B; }
a { background-color: rgb(248,23,11); }
div.DivClassName
{
background-color: #F8170B;
}
.BgClassName
{
background-color: #F8170B;
}
</style>
border-color css
<style>
span { border-color: #F8170B; }
span { border-color: rgb(248,23,11); }
td.TdClassName
{
border-color: #F8170B;
}
.TagClassName
{
border-color: #F8170B;
}
</style>