Shades of Scarlet #F52913
Tints of Scarlet #F52913
RGB
CMYK
RGB Variations
Color information
#F52913 (or 0xF52913) is known color: Scarlet. HEX triplet: F5, 29 and 13. RGB value is (245,41,19). Sum of RGB (Red+Green+Blue) = 245+41+19=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F52913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52913 is #0AD6EC. Grayscale: #636363. Windows color (decimal): -710381 or 1255925. OLE color: 1255925.
HSL color Cylindrical-coordinate representation of color #F52913: hue angle of 5.84º 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 #F52913 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.04 |
| HSL | 5.84º | 0.92% | 0.52% | - |
| HSV(B) | 5.84º | 0.92% | 0.96% | - |
| XYZ | 38.57 | 21.05 | 2.65 | - |
| YUV | 99.49 | 82.59 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 19 | 0 | 0.83 | 0.92 | 0.04 | 5.84 | 0.92 | 0.52 |
| Hex | F5 | 29 | 13 | 0 | 53 | 5C | 4 | 6 | 5C | 34 |
| Octal | 365 | 51 | 23 | 0 | 123 | 134 | 4 | 6 | 134 | 64 |
| Binary | 11110101 | 101001 | 10011 | 0 | 1010011 | 1011100 | 100 | 110 | 1011100 | 110100 |
Color Harmonies of #F52913
Complementary color
Monochromatic Colors of #F52913
Black with #F52913
Text Example
Text Example
White with #F52913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52913; }
p { color: rgb(245,41,19); }
H1.HeaderClassName
{
color: #F52913;
}
.AnyTagClassName
{
color: #F52913;
}
</style>
background-color css
<style>
a { background-color: #F52913; }
a { background-color: rgb(245,41,19); }
div.DivClassName
{
background-color: #F52913;
}
.BgClassName
{
background-color: #F52913;
}
</style>
border-color css
<style>
span { border-color: #F52913; }
span { border-color: rgb(245,41,19); }
td.TdClassName
{
border-color: #F52913;
}
.TagClassName
{
border-color: #F52913;
}
</style>