Shades of Scarlet #F52413
Tints of Scarlet #F52413
RGB
CMYK
RGB Variations
Color information
#F52413 (or 0xF52413) is known color: Scarlet. HEX triplet: F5, 24 and 13. RGB value is (245,36,19). Sum of RGB (Red+Green+Blue) = 245+36+19=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52413 is #0ADBEC. Grayscale: #606060. Windows color (decimal): -711661 or 1254645. OLE color: 1254645.
HSL color Cylindrical-coordinate representation of color #F52413: hue angle of 4.51º 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 #F52413 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.04 |
| HSL | 4.51º | 0.92% | 0.52% | - |
| HSV(B) | 4.51º | 0.92% | 0.96% | - |
| XYZ | 38.4 | 20.72 | 2.59 | - |
| YUV | 96.55 | 84.24 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 19 | 0 | 0.85 | 0.92 | 0.04 | 4.51 | 0.92 | 0.52 |
| Hex | F5 | 24 | 13 | 0 | 55 | 5C | 4 | 5 | 5C | 34 |
| Octal | 365 | 44 | 23 | 0 | 125 | 134 | 4 | 5 | 134 | 64 |
| Binary | 11110101 | 100100 | 10011 | 0 | 1010101 | 1011100 | 100 | 101 | 1011100 | 110100 |
Color Harmonies of #F52413
Complementary color
Monochromatic Colors of #F52413
Black with #F52413
Text Example
Text Example
White with #F52413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52413; }
p { color: rgb(245,36,19); }
H1.HeaderClassName
{
color: #F52413;
}
.AnyTagClassName
{
color: #F52413;
}
</style>
background-color css
<style>
a { background-color: #F52413; }
a { background-color: rgb(245,36,19); }
div.DivClassName
{
background-color: #F52413;
}
.BgClassName
{
background-color: #F52413;
}
</style>
border-color css
<style>
span { border-color: #F52413; }
span { border-color: rgb(245,36,19); }
td.TdClassName
{
border-color: #F52413;
}
.TagClassName
{
border-color: #F52413;
}
</style>