Shades of Scarlet #F5220B
Tints of Scarlet #F5220B
RGB
CMYK
RGB Variations
Color information
#F5220B (or 0xF5220B) is known color: Scarlet. HEX triplet: F5, 22 and 0B. RGB value is (245,34,11). Sum of RGB (Red+Green+Blue) = 245+34+11=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F5220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5220B is #0ADDF4. Grayscale: #5E5E5E. Windows color (decimal): -712181 or 729845. OLE color: 729845.
HSL color Cylindrical-coordinate representation of color #F5220B: hue angle of 5.9º 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 #F5220B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 11 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.04 |
| HSL | 5.9º | 0.92% | 0.5% | - |
| HSV(B) | 5.9º | 0.96% | 0.96% | - |
| XYZ | 38.29 | 20.58 | 2.27 | - |
| YUV | 94.47 | 80.9 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 11 | 0 | 0.86 | 0.96 | 0.04 | 5.9 | 0.92 | 0.5 |
| Hex | F5 | 22 | B | 0 | 56 | 60 | 4 | 6 | 5C | 32 |
| Octal | 365 | 42 | 13 | 0 | 126 | 140 | 4 | 6 | 134 | 62 |
| Binary | 11110101 | 100010 | 1011 | 0 | 1010110 | 1100000 | 100 | 110 | 1011100 | 110010 |
Color Harmonies of #F5220B
Complementary color
Monochromatic Colors of #F5220B
Black with #F5220B
Text Example
Text Example
White with #F5220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5220B; }
p { color: rgb(245,34,11); }
H1.HeaderClassName
{
color: #F5220B;
}
.AnyTagClassName
{
color: #F5220B;
}
</style>
background-color css
<style>
a { background-color: #F5220B; }
a { background-color: rgb(245,34,11); }
div.DivClassName
{
background-color: #F5220B;
}
.BgClassName
{
background-color: #F5220B;
}
</style>
border-color css
<style>
span { border-color: #F5220B; }
span { border-color: rgb(245,34,11); }
td.TdClassName
{
border-color: #F5220B;
}
.TagClassName
{
border-color: #F5220B;
}
</style>