Shades of Scarlet #F52419
Tints of Scarlet #F52419
RGB
CMYK
RGB Variations
Color information
#F52419 (or 0xF52419) is known color: Scarlet. HEX triplet: F5, 24 and 19. RGB value is (245,36,25). Sum of RGB (Red+Green+Blue) = 245+36+25=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F52419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52419 is #0ADBE6. Grayscale: #616161. Windows color (decimal): -711655 or 1647861. OLE color: 1647861.
HSL color Cylindrical-coordinate representation of color #F52419: hue angle of 3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F52419 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.04 |
| HSL | 3º | 0.92% | 0.53% | - |
| HSV(B) | 3º | 0.9% | 0.96% | - |
| XYZ | 38.46 | 20.74 | 2.9 | - |
| YUV | 97.24 | 87.24 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 25 | 0 | 0.85 | 0.90 | 0.04 | 3 | 0.92 | 0.53 |
| Hex | F5 | 24 | 19 | 0 | 55 | 5A | 4 | 3 | 5C | 35 |
| Octal | 365 | 44 | 31 | 0 | 125 | 132 | 4 | 3 | 134 | 65 |
| Binary | 11110101 | 100100 | 11001 | 0 | 1010101 | 1011010 | 100 | 11 | 1011100 | 110101 |
Color Harmonies of #F52419
Complementary color
Monochromatic Colors of #F52419
Black with #F52419
Text Example
Text Example
White with #F52419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52419; }
p { color: rgb(245,36,25); }
H1.HeaderClassName
{
color: #F52419;
}
.AnyTagClassName
{
color: #F52419;
}
</style>
background-color css
<style>
a { background-color: #F52419; }
a { background-color: rgb(245,36,25); }
div.DivClassName
{
background-color: #F52419;
}
.BgClassName
{
background-color: #F52419;
}
</style>
border-color css
<style>
span { border-color: #F52419; }
span { border-color: rgb(245,36,25); }
td.TdClassName
{
border-color: #F52419;
}
.TagClassName
{
border-color: #F52419;
}
</style>