Shades of Scarlet #F6220C
Tints of Scarlet #F6220C
RGB
CMYK
RGB Variations
Color information
#F6220C (or 0xF6220C) is known color: Scarlet. HEX triplet: F6, 22 and 0C. RGB value is (246,34,12). Sum of RGB (Red+Green+Blue) = 246+34+12=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F6220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6220C is #09DDF3. Grayscale: #5F5F5F. Windows color (decimal): -646644 or 795382. OLE color: 795382.
HSL color Cylindrical-coordinate representation of color #F6220C: hue angle of 5.64º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.04 |
| HSL | 5.64º | 0.93% | 0.51% | - |
| HSV(B) | 5.64º | 0.95% | 0.96% | - |
| XYZ | 38.64 | 20.76 | 2.32 | - |
| YUV | 94.88 | 81.24 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 12 | 0 | 0.86 | 0.95 | 0.04 | 5.64 | 0.93 | 0.51 |
| Hex | F6 | 22 | C | 0 | 56 | 5F | 4 | 6 | 5D | 33 |
| Octal | 366 | 42 | 14 | 0 | 126 | 137 | 4 | 6 | 135 | 63 |
| Binary | 11110110 | 100010 | 1100 | 0 | 1010110 | 1011111 | 100 | 110 | 1011101 | 110011 |
Color Harmonies of #F6220C
Complementary color
Monochromatic Colors of #F6220C
Black with #F6220C
Text Example
Text Example
White with #F6220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6220C; }
p { color: rgb(246,34,12); }
H1.HeaderClassName
{
color: #F6220C;
}
.AnyTagClassName
{
color: #F6220C;
}
</style>
background-color css
<style>
a { background-color: #F6220C; }
a { background-color: rgb(246,34,12); }
div.DivClassName
{
background-color: #F6220C;
}
.BgClassName
{
background-color: #F6220C;
}
</style>
border-color css
<style>
span { border-color: #F6220C; }
span { border-color: rgb(246,34,12); }
td.TdClassName
{
border-color: #F6220C;
}
.TagClassName
{
border-color: #F6220C;
}
</style>