Shades of Scarlet #F51D14
Tints of Scarlet #F51D14
RGB
CMYK
RGB Variations
Color information
#F51D14 (or 0xF51D14) is known color: Scarlet. HEX triplet: F5, 1D and 14. RGB value is (245,29,20). Sum of RGB (Red+Green+Blue) = 245+29+20=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51D14 is #0AE2EB. Grayscale: #5C5C5C. Windows color (decimal): -713452 or 1318389. OLE color: 1318389.
HSL color Cylindrical-coordinate representation of color #F51D14: hue angle of 2.4º 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 #F51D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.04 |
| HSL | 2.4º | 0.92% | 0.52% | - |
| HSV(B) | 2.4º | 0.92% | 0.96% | - |
| XYZ | 38.22 | 20.34 | 2.57 | - |
| YUV | 92.56 | 87.06 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 20 | 0 | 0.88 | 0.92 | 0.04 | 2.4 | 0.92 | 0.52 |
| Hex | F5 | 1D | 14 | 0 | 58 | 5C | 4 | 2 | 5C | 34 |
| Octal | 365 | 35 | 24 | 0 | 130 | 134 | 4 | 2 | 134 | 64 |
| Binary | 11110101 | 11101 | 10100 | 0 | 1011000 | 1011100 | 100 | 10 | 1011100 | 110100 |
Color Harmonies of #F51D14
Complementary color
Monochromatic Colors of #F51D14
Black with #F51D14
Text Example
Text Example
White with #F51D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51D14; }
p { color: rgb(245,29,20); }
H1.HeaderClassName
{
color: #F51D14;
}
.AnyTagClassName
{
color: #F51D14;
}
</style>
background-color css
<style>
a { background-color: #F51D14; }
a { background-color: rgb(245,29,20); }
div.DivClassName
{
background-color: #F51D14;
}
.BgClassName
{
background-color: #F51D14;
}
</style>
border-color css
<style>
span { border-color: #F51D14; }
span { border-color: rgb(245,29,20); }
td.TdClassName
{
border-color: #F51D14;
}
.TagClassName
{
border-color: #F51D14;
}
</style>