Shades of Scarlet #F52014
Tints of Scarlet #F52014
RGB
CMYK
RGB Variations
Color information
#F52014 (or 0xF52014) is known color: Scarlet. HEX triplet: F5, 20 and 14. RGB value is (245,32,20). Sum of RGB (Red+Green+Blue) = 245+32+20=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F52014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52014 is #0ADFEB. Grayscale: #5E5E5E. Windows color (decimal): -712684 or 1319157. OLE color: 1319157.
HSL color Cylindrical-coordinate representation of color #F52014: hue angle of 3.2º 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 #F52014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.04 |
| HSL | 3.2º | 0.92% | 0.52% | - |
| HSV(B) | 3.2º | 0.92% | 0.96% | - |
| XYZ | 38.3 | 20.5 | 2.6 | - |
| YUV | 94.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 20 | 0 | 0.87 | 0.92 | 0.04 | 3.2 | 0.92 | 0.52 |
| Hex | F5 | 20 | 14 | 0 | 57 | 5C | 4 | 3 | 5C | 34 |
| Octal | 365 | 40 | 24 | 0 | 127 | 134 | 4 | 3 | 134 | 64 |
| Binary | 11110101 | 100000 | 10100 | 0 | 1010111 | 1011100 | 100 | 11 | 1011100 | 110100 |
Color Harmonies of #F52014
Complementary color
Monochromatic Colors of #F52014
Black with #F52014
Text Example
Text Example
White with #F52014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52014; }
p { color: rgb(245,32,20); }
H1.HeaderClassName
{
color: #F52014;
}
.AnyTagClassName
{
color: #F52014;
}
</style>
background-color css
<style>
a { background-color: #F52014; }
a { background-color: rgb(245,32,20); }
div.DivClassName
{
background-color: #F52014;
}
.BgClassName
{
background-color: #F52014;
}
</style>
border-color css
<style>
span { border-color: #F52014; }
span { border-color: rgb(245,32,20); }
td.TdClassName
{
border-color: #F52014;
}
.TagClassName
{
border-color: #F52014;
}
</style>