Shades of Scarlet #F52914
Tints of Scarlet #F52914
RGB
CMYK
RGB Variations
Color information
#F52914 (or 0xF52914) is known color: Scarlet. HEX triplet: F5, 29 and 14. RGB value is (245,41,20). Sum of RGB (Red+Green+Blue) = 245+41+20=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F52914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52914 is #0AD6EB. Grayscale: #636363. Windows color (decimal): -710380 or 1321461. OLE color: 1321461.
HSL color Cylindrical-coordinate representation of color #F52914: hue angle of 5.6º 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 #F52914 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 20 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.04 |
| HSL | 5.6º | 0.92% | 0.52% | - |
| HSV(B) | 5.6º | 0.92% | 0.96% | - |
| XYZ | 38.58 | 21.05 | 2.69 | - |
| YUV | 99.6 | 83.09 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 20 | 0 | 0.83 | 0.92 | 0.04 | 5.6 | 0.92 | 0.52 |
| Hex | F5 | 29 | 14 | 0 | 53 | 5C | 4 | 6 | 5C | 34 |
| Octal | 365 | 51 | 24 | 0 | 123 | 134 | 4 | 6 | 134 | 64 |
| Binary | 11110101 | 101001 | 10100 | 0 | 1010011 | 1011100 | 100 | 110 | 1011100 | 110100 |
Color Harmonies of #F52914
Complementary color
Monochromatic Colors of #F52914
Black with #F52914
Text Example
Text Example
White with #F52914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52914; }
p { color: rgb(245,41,20); }
H1.HeaderClassName
{
color: #F52914;
}
.AnyTagClassName
{
color: #F52914;
}
</style>
background-color css
<style>
a { background-color: #F52914; }
a { background-color: rgb(245,41,20); }
div.DivClassName
{
background-color: #F52914;
}
.BgClassName
{
background-color: #F52914;
}
</style>
border-color css
<style>
span { border-color: #F52914; }
span { border-color: rgb(245,41,20); }
td.TdClassName
{
border-color: #F52914;
}
.TagClassName
{
border-color: #F52914;
}
</style>