Shades of Scarlet #F52210
Tints of Scarlet #F52210
RGB
CMYK
RGB Variations
Color information
#F52210 (or 0xF52210) is known color: Scarlet. HEX triplet: F5, 22 and 10. RGB value is (245,34,16). Sum of RGB (Red+Green+Blue) = 245+34+16=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F52210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52210 is #0ADDEF. Grayscale: #5F5F5F. Windows color (decimal): -712176 or 1057525. OLE color: 1057525.
HSL color Cylindrical-coordinate representation of color #F52210: hue angle of 4.72º 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 #F52210 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.04 |
| HSL | 4.72º | 0.92% | 0.51% | - |
| HSV(B) | 4.72º | 0.93% | 0.96% | - |
| XYZ | 38.32 | 20.59 | 2.45 | - |
| YUV | 95.04 | 83.4 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 16 | 0 | 0.86 | 0.93 | 0.04 | 4.72 | 0.92 | 0.51 |
| Hex | F5 | 22 | 10 | 0 | 56 | 5D | 4 | 5 | 5C | 33 |
| Octal | 365 | 42 | 20 | 0 | 126 | 135 | 4 | 5 | 134 | 63 |
| Binary | 11110101 | 100010 | 10000 | 0 | 1010110 | 1011101 | 100 | 101 | 1011100 | 110011 |
Color Harmonies of #F52210
Complementary color
Monochromatic Colors of #F52210
Black with #F52210
Text Example
Text Example
White with #F52210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52210; }
p { color: rgb(245,34,16); }
H1.HeaderClassName
{
color: #F52210;
}
.AnyTagClassName
{
color: #F52210;
}
</style>
background-color css
<style>
a { background-color: #F52210; }
a { background-color: rgb(245,34,16); }
div.DivClassName
{
background-color: #F52210;
}
.BgClassName
{
background-color: #F52210;
}
</style>
border-color css
<style>
span { border-color: #F52210; }
span { border-color: rgb(245,34,16); }
td.TdClassName
{
border-color: #F52210;
}
.TagClassName
{
border-color: #F52210;
}
</style>