Shades of Scarlet #F51714
Tints of Scarlet #F51714
RGB
CMYK
RGB Variations
Color information
#F51714 (or 0xF51714) is known color: Scarlet. HEX triplet: F5, 17 and 14. RGB value is (245,23,20). Sum of RGB (Red+Green+Blue) = 245+23+20=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F51714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51714 is #0AE8EB. Grayscale: #595959. Windows color (decimal): -714988 or 1316853. OLE color: 1316853.
HSL color Cylindrical-coordinate representation of color #F51714: hue angle of 0.8º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51714 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 20 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.04 |
| HSL | 0.8º | 0.92% | 0.52% | - |
| HSV(B) | 0.8º | 0.92% | 0.96% | - |
| XYZ | 38.09 | 20.08 | 2.53 | - |
| YUV | 89.04 | 89.05 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 20 | 0 | 0.91 | 0.92 | 0.04 | 0.8 | 0.92 | 0.52 |
| Hex | F5 | 17 | 14 | 0 | 5B | 5C | 4 | 1 | 5C | 34 |
| Octal | 365 | 27 | 24 | 0 | 133 | 134 | 4 | 1 | 134 | 64 |
| Binary | 11110101 | 10111 | 10100 | 0 | 1011011 | 1011100 | 100 | 1 | 1011100 | 110100 |
Color Harmonies of #F51714
Complementary color
Monochromatic Colors of #F51714
Black with #F51714
Text Example
Text Example
White with #F51714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51714; }
p { color: rgb(245,23,20); }
H1.HeaderClassName
{
color: #F51714;
}
.AnyTagClassName
{
color: #F51714;
}
</style>
background-color css
<style>
a { background-color: #F51714; }
a { background-color: rgb(245,23,20); }
div.DivClassName
{
background-color: #F51714;
}
.BgClassName
{
background-color: #F51714;
}
</style>
border-color css
<style>
span { border-color: #F51714; }
span { border-color: rgb(245,23,20); }
td.TdClassName
{
border-color: #F51714;
}
.TagClassName
{
border-color: #F51714;
}
</style>