Shades of Scarlet #F5220A
Tints of Scarlet #F5220A
RGB
CMYK
RGB Variations
Color information
#F5220A (or 0xF5220A) is known color: Scarlet. HEX triplet: F5, 22 and 0A. RGB value is (245,34,10). Sum of RGB (Red+Green+Blue) = 245+34+10=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F5220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5220A is #0ADDF5. Grayscale: #5E5E5E. Windows color (decimal): -712182 or 664309. OLE color: 664309.
HSL color Cylindrical-coordinate representation of color #F5220A: hue angle of 6.13º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5220A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 10 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.04 |
| HSL | 6.13º | 0.92% | 0.5% | - |
| HSV(B) | 6.13º | 0.96% | 0.96% | - |
| XYZ | 38.28 | 20.58 | 2.24 | - |
| YUV | 94.35 | 80.4 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 10 | 0 | 0.86 | 0.96 | 0.04 | 6.13 | 0.92 | 0.5 |
| Hex | F5 | 22 | A | 0 | 56 | 60 | 4 | 6 | 5C | 32 |
| Octal | 365 | 42 | 12 | 0 | 126 | 140 | 4 | 6 | 134 | 62 |
| Binary | 11110101 | 100010 | 1010 | 0 | 1010110 | 1100000 | 100 | 110 | 1011100 | 110010 |
Color Harmonies of #F5220A
Complementary color
Monochromatic Colors of #F5220A
Black with #F5220A
Text Example
Text Example
White with #F5220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5220A; }
p { color: rgb(245,34,10); }
H1.HeaderClassName
{
color: #F5220A;
}
.AnyTagClassName
{
color: #F5220A;
}
</style>
background-color css
<style>
a { background-color: #F5220A; }
a { background-color: rgb(245,34,10); }
div.DivClassName
{
background-color: #F5220A;
}
.BgClassName
{
background-color: #F5220A;
}
</style>
border-color css
<style>
span { border-color: #F5220A; }
span { border-color: rgb(245,34,10); }
td.TdClassName
{
border-color: #F5220A;
}
.TagClassName
{
border-color: #F5220A;
}
</style>