Shades of Scarlet #F8170C
Tints of Scarlet #F8170C
RGB
CMYK
RGB Variations
Color information
#F8170C (or 0xF8170C) is known color: Scarlet. HEX triplet: F8, 17 and 0C. RGB value is (248,23,12). Sum of RGB (Red+Green+Blue) = 248+23+12=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8170C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8170C is #07E8F3. Grayscale: #595959. Windows color (decimal): -518388 or 792568. OLE color: 792568.
HSL color Cylindrical-coordinate representation of color #F8170C: hue angle of 2.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8170C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.03 |
| HSL | 2.8º | 0.94% | 0.51% | - |
| HSV(B) | 2.8º | 0.95% | 0.97% | - |
| XYZ | 39.08 | 20.6 | 2.26 | - |
| YUV | 89.02 | 84.54 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 12 | 0 | 0.91 | 0.95 | 0.03 | 2.8 | 0.94 | 0.51 |
| Hex | F8 | 17 | C | 0 | 5B | 5F | 3 | 3 | 5E | 33 |
| Octal | 370 | 27 | 14 | 0 | 133 | 137 | 3 | 3 | 136 | 63 |
| Binary | 11111000 | 10111 | 1100 | 0 | 1011011 | 1011111 | 11 | 11 | 1011110 | 110011 |
Color Harmonies of #F8170C
Complementary color
Monochromatic Colors of #F8170C
Black with #F8170C
Text Example
Text Example
White with #F8170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8170C; }
p { color: rgb(248,23,12); }
H1.HeaderClassName
{
color: #F8170C;
}
.AnyTagClassName
{
color: #F8170C;
}
</style>
background-color css
<style>
a { background-color: #F8170C; }
a { background-color: rgb(248,23,12); }
div.DivClassName
{
background-color: #F8170C;
}
.BgClassName
{
background-color: #F8170C;
}
</style>
border-color css
<style>
span { border-color: #F8170C; }
span { border-color: rgb(248,23,12); }
td.TdClassName
{
border-color: #F8170C;
}
.TagClassName
{
border-color: #F8170C;
}
</style>