Shades of Scarlet #F51911
Tints of Scarlet #F51911
RGB
CMYK
RGB Variations
Color information
#F51911 (or 0xF51911) is known color: Scarlet. HEX triplet: F5, 19 and 11. RGB value is (245,25,17). Sum of RGB (Red+Green+Blue) = 245+25+17=287 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.37% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 245 - color contains mainly: red. Hex color #F51911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51911 is #0AE6EE. Grayscale: #5A5A5A. Windows color (decimal): -714479 or 1120757. OLE color: 1120757.
HSL color Cylindrical-coordinate representation of color #F51911: hue angle of 2.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.04 |
| HSL | 2.11º | 0.92% | 0.51% | - |
| HSV(B) | 2.11º | 0.93% | 0.96% | - |
| XYZ | 38.11 | 20.15 | 2.41 | - |
| YUV | 89.87 | 86.89 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 17 | 0 | 0.90 | 0.93 | 0.04 | 2.11 | 0.92 | 0.51 |
| Hex | F5 | 19 | 11 | 0 | 5A | 5D | 4 | 2 | 5C | 33 |
| Octal | 365 | 31 | 21 | 0 | 132 | 135 | 4 | 2 | 134 | 63 |
| Binary | 11110101 | 11001 | 10001 | 0 | 1011010 | 1011101 | 100 | 10 | 1011100 | 110011 |
Color Harmonies of #F51911
Complementary color
Monochromatic Colors of #F51911
Black with #F51911
Text Example
Text Example
White with #F51911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51911; }
p { color: rgb(245,25,17); }
H1.HeaderClassName
{
color: #F51911;
}
.AnyTagClassName
{
color: #F51911;
}
</style>
background-color css
<style>
a { background-color: #F51911; }
a { background-color: rgb(245,25,17); }
div.DivClassName
{
background-color: #F51911;
}
.BgClassName
{
background-color: #F51911;
}
</style>
border-color css
<style>
span { border-color: #F51911; }
span { border-color: rgb(245,25,17); }
td.TdClassName
{
border-color: #F51911;
}
.TagClassName
{
border-color: #F51911;
}
</style>