Shades of Scarlet #F52D10
Tints of Scarlet #F52D10
RGB
CMYK
RGB Variations
Color information
#F52D10 (or 0xF52D10) is known color: Scarlet. HEX triplet: F5, 2D and 10. RGB value is (245,45,16). Sum of RGB (Red+Green+Blue) = 245+45+16=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52D10 is #0AD2EF. Grayscale: #656565. Windows color (decimal): -709360 or 1060341. OLE color: 1060341.
HSL color Cylindrical-coordinate representation of color #F52D10: hue angle of 7.6º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F52D10 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 16 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.04 |
| HSL | 7.6º | 0.92% | 0.51% | - |
| HSV(B) | 7.6º | 0.93% | 0.96% | - |
| XYZ | 38.69 | 21.33 | 2.57 | - |
| YUV | 101.49 | 79.76 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 16 | 0 | 0.82 | 0.93 | 0.04 | 7.6 | 0.92 | 0.51 |
| Hex | F5 | 2D | 10 | 0 | 52 | 5D | 4 | 8 | 5C | 33 |
| Octal | 365 | 55 | 20 | 0 | 122 | 135 | 4 | 10 | 134 | 63 |
| Binary | 11110101 | 101101 | 10000 | 0 | 1010010 | 1011101 | 100 | 1000 | 1011100 | 110011 |
Color Harmonies of #F52D10
Complementary color
Monochromatic Colors of #F52D10
Black with #F52D10
Text Example
Text Example
White with #F52D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D10; }
p { color: rgb(245,45,16); }
H1.HeaderClassName
{
color: #F52D10;
}
.AnyTagClassName
{
color: #F52D10;
}
</style>
background-color css
<style>
a { background-color: #F52D10; }
a { background-color: rgb(245,45,16); }
div.DivClassName
{
background-color: #F52D10;
}
.BgClassName
{
background-color: #F52D10;
}
</style>
border-color css
<style>
span { border-color: #F52D10; }
span { border-color: rgb(245,45,16); }
td.TdClassName
{
border-color: #F52D10;
}
.TagClassName
{
border-color: #F52D10;
}
</style>