Shades of Scarlet #F6220B
Tints of Scarlet #F6220B
RGB
CMYK
RGB Variations
Color information
#F6220B (or 0xF6220B) is known color: Scarlet. HEX triplet: F6, 22 and 0B. RGB value is (246,34,11). Sum of RGB (Red+Green+Blue) = 246+34+11=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F6220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6220B is #09DDF4. Grayscale: #5F5F5F. Windows color (decimal): -646645 or 729846. OLE color: 729846.
HSL color Cylindrical-coordinate representation of color #F6220B: hue angle of 5.87º degrees, saturation: 0.93, 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 #F6220B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 11 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.04 |
| HSL | 5.87º | 0.93% | 0.5% | - |
| HSV(B) | 5.87º | 0.96% | 0.96% | - |
| XYZ | 38.64 | 20.76 | 2.29 | - |
| YUV | 94.77 | 80.74 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 11 | 0 | 0.86 | 0.96 | 0.04 | 5.87 | 0.93 | 0.5 |
| Hex | F6 | 22 | B | 0 | 56 | 60 | 4 | 6 | 5D | 32 |
| Octal | 366 | 42 | 13 | 0 | 126 | 140 | 4 | 6 | 135 | 62 |
| Binary | 11110110 | 100010 | 1011 | 0 | 1010110 | 1100000 | 100 | 110 | 1011101 | 110010 |
Color Harmonies of #F6220B
Complementary color
Monochromatic Colors of #F6220B
Black with #F6220B
Text Example
Text Example
White with #F6220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6220B; }
p { color: rgb(246,34,11); }
H1.HeaderClassName
{
color: #F6220B;
}
.AnyTagClassName
{
color: #F6220B;
}
</style>
background-color css
<style>
a { background-color: #F6220B; }
a { background-color: rgb(246,34,11); }
div.DivClassName
{
background-color: #F6220B;
}
.BgClassName
{
background-color: #F6220B;
}
</style>
border-color css
<style>
span { border-color: #F6220B; }
span { border-color: rgb(246,34,11); }
td.TdClassName
{
border-color: #F6220B;
}
.TagClassName
{
border-color: #F6220B;
}
</style>