Shades of Scarlet #F52505
Tints of Scarlet #F52505
RGB
CMYK
RGB Variations
Color information
#F52505 (or 0xF52505) is known color: Scarlet. HEX triplet: F5, 25 and 05. RGB value is (245,37,5). Sum of RGB (Red+Green+Blue) = 245+37+5=287 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.37% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 245 - color contains mainly: red. Hex color #F52505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52505 is #0ADAFA. Grayscale: #5F5F5F. Windows color (decimal): -711419 or 337397. OLE color: 337397.
HSL color Cylindrical-coordinate representation of color #F52505: hue angle of 8º degrees, saturation: 0.96, 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 #F52505 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.04 |
| HSL | 8º | 0.96% | 0.49% | - |
| HSV(B) | 8º | 0.98% | 0.96% | - |
| XYZ | 38.35 | 20.75 | 2.13 | - |
| YUV | 95.54 | 76.91 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 5 | 0 | 0.85 | 0.98 | 0.04 | 8 | 0.96 | 0.49 |
| Hex | F5 | 25 | 5 | 0 | 55 | 62 | 4 | 8 | 60 | 31 |
| Octal | 365 | 45 | 5 | 0 | 125 | 142 | 4 | 10 | 140 | 61 |
| Binary | 11110101 | 100101 | 101 | 0 | 1010101 | 1100010 | 100 | 1000 | 1100000 | 110001 |
Color Harmonies of #F52505
Complementary color
Monochromatic Colors of #F52505
Black with #F52505
Text Example
Text Example
White with #F52505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52505; }
p { color: rgb(245,37,5); }
H1.HeaderClassName
{
color: #F52505;
}
.AnyTagClassName
{
color: #F52505;
}
</style>
background-color css
<style>
a { background-color: #F52505; }
a { background-color: rgb(245,37,5); }
div.DivClassName
{
background-color: #F52505;
}
.BgClassName
{
background-color: #F52505;
}
</style>
border-color css
<style>
span { border-color: #F52505; }
span { border-color: rgb(245,37,5); }
td.TdClassName
{
border-color: #F52505;
}
.TagClassName
{
border-color: #F52505;
}
</style>