Shades of Scarlet #F7170E
Tints of Scarlet #F7170E
RGB
CMYK
RGB Variations
Color information
#F7170E (or 0xF7170E) is known color: Scarlet. HEX triplet: F7, 17 and 0E. RGB value is (247,23,14). Sum of RGB (Red+Green+Blue) = 247+23+14=284 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.97% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 247 - color contains mainly: red. Hex color #F7170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7170E is #08E8F1. Grayscale: #595959. Windows color (decimal): -583922 or 923639. OLE color: 923639.
HSL color Cylindrical-coordinate representation of color #F7170E: hue angle of 2.32º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7170E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.03 |
| HSL | 2.32º | 0.94% | 0.51% | - |
| HSV(B) | 2.32º | 0.94% | 0.97% | - |
| XYZ | 38.74 | 20.42 | 2.31 | - |
| YUV | 88.95 | 85.71 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 14 | 0 | 0.91 | 0.94 | 0.03 | 2.32 | 0.94 | 0.51 |
| Hex | F7 | 17 | E | 0 | 5B | 5E | 3 | 2 | 5E | 33 |
| Octal | 367 | 27 | 16 | 0 | 133 | 136 | 3 | 2 | 136 | 63 |
| Binary | 11110111 | 10111 | 1110 | 0 | 1011011 | 1011110 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F7170E
Complementary color
Monochromatic Colors of #F7170E
Black with #F7170E
Text Example
Text Example
White with #F7170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7170E; }
p { color: rgb(247,23,14); }
H1.HeaderClassName
{
color: #F7170E;
}
.AnyTagClassName
{
color: #F7170E;
}
</style>
background-color css
<style>
a { background-color: #F7170E; }
a { background-color: rgb(247,23,14); }
div.DivClassName
{
background-color: #F7170E;
}
.BgClassName
{
background-color: #F7170E;
}
</style>
border-color css
<style>
span { border-color: #F7170E; }
span { border-color: rgb(247,23,14); }
td.TdClassName
{
border-color: #F7170E;
}
.TagClassName
{
border-color: #F7170E;
}
</style>