Shades of Scarlet #F52504
Tints of Scarlet #F52504
RGB
CMYK
RGB Variations
Color information
#F52504 (or 0xF52504) is known color: Scarlet. HEX triplet: F5, 25 and 04. RGB value is (245,37,4). Sum of RGB (Red+Green+Blue) = 245+37+4=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F52504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52504 is #0ADAFB. Grayscale: #5F5F5F. Windows color (decimal): -711420 or 271861. OLE color: 271861.
HSL color Cylindrical-coordinate representation of color #F52504: hue angle of 8.22º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F52504 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.04 |
| HSL | 8.22º | 0.97% | 0.49% | - |
| HSV(B) | 8.22º | 0.98% | 0.96% | - |
| XYZ | 38.34 | 20.74 | 2.1 | - |
| YUV | 95.43 | 76.41 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 4 | 0 | 0.85 | 0.98 | 0.04 | 8.22 | 0.97 | 0.49 |
| Hex | F5 | 25 | 4 | 0 | 55 | 62 | 4 | 8 | 61 | 31 |
| Octal | 365 | 45 | 4 | 0 | 125 | 142 | 4 | 10 | 141 | 61 |
| Binary | 11110101 | 100101 | 100 | 0 | 1010101 | 1100010 | 100 | 1000 | 1100001 | 110001 |
Color Harmonies of #F52504
Complementary color
Monochromatic Colors of #F52504
Black with #F52504
Text Example
Text Example
White with #F52504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52504; }
p { color: rgb(245,37,4); }
H1.HeaderClassName
{
color: #F52504;
}
.AnyTagClassName
{
color: #F52504;
}
</style>
background-color css
<style>
a { background-color: #F52504; }
a { background-color: rgb(245,37,4); }
div.DivClassName
{
background-color: #F52504;
}
.BgClassName
{
background-color: #F52504;
}
</style>
border-color css
<style>
span { border-color: #F52504; }
span { border-color: rgb(245,37,4); }
td.TdClassName
{
border-color: #F52504;
}
.TagClassName
{
border-color: #F52504;
}
</style>