Shades of Scarlet #F52100
Tints of Scarlet #F52100
RGB
CMYK
RGB Variations
Color information
#F52100 (or 0xF52100) is known color: Scarlet. HEX triplet: F5, 21 and 00. RGB value is (245,33,0). Sum of RGB (Red+Green+Blue) = 245+33+0=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F52100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52100 is #0ADEFF. Grayscale: #5C5C5C. Windows color (decimal): -712448 or 8693. OLE color: 8693.
HSL color Cylindrical-coordinate representation of color #F52100: hue angle of 8.08º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F52100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.04 |
| HSL | 8.08º | 1% | 0.48% | - |
| HSV(B) | 8.08º | 1% | 0.96% | - |
| XYZ | 38.2 | 20.5 | 1.94 | - |
| YUV | 92.63 | 75.74 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 0 | 0 | 0.87 | 1 | 0.04 | 8.08 | 1 | 0.48 |
| Hex | F5 | 21 | 0 | 0 | 57 | 64 | 4 | 8 | 64 | 30 |
| Octal | 365 | 41 | 0 | 0 | 127 | 144 | 4 | 10 | 144 | 60 |
| Binary | 11110101 | 100001 | 0 | 0 | 1010111 | 1100100 | 100 | 1000 | 1100100 | 110000 |
Color Harmonies of #F52100
Complementary color
Monochromatic Colors of #F52100
Black with #F52100
Text Example
Text Example
White with #F52100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52100; }
p { color: rgb(245,33,0); }
H1.HeaderClassName
{
color: #F52100;
}
.AnyTagClassName
{
color: #F52100;
}
</style>
background-color css
<style>
a { background-color: #F52100; }
a { background-color: rgb(245,33,0); }
div.DivClassName
{
background-color: #F52100;
}
.BgClassName
{
background-color: #F52100;
}
</style>
border-color css
<style>
span { border-color: #F52100; }
span { border-color: rgb(245,33,0); }
td.TdClassName
{
border-color: #F52100;
}
.TagClassName
{
border-color: #F52100;
}
</style>