Shades of Scarlet #F8220C
Tints of Scarlet #F8220C
RGB
CMYK
RGB Variations
Color information
#F8220C (or 0xF8220C) is known color: Scarlet. HEX triplet: F8, 22 and 0C. RGB value is (248,34,12). Sum of RGB (Red+Green+Blue) = 248+34+12=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F8220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8220C is #07DDF3. Grayscale: #5F5F5F. Windows color (decimal): -515572 or 795384. OLE color: 795384.
HSL color Cylindrical-coordinate representation of color #F8220C: hue angle of 5.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.03 |
| HSL | 5.59º | 0.94% | 0.51% | - |
| HSV(B) | 5.59º | 0.95% | 0.97% | - |
| XYZ | 39.35 | 21.13 | 2.35 | - |
| YUV | 95.48 | 80.9 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 12 | 0 | 0.86 | 0.95 | 0.03 | 5.59 | 0.94 | 0.51 |
| Hex | F8 | 22 | C | 0 | 56 | 5F | 3 | 6 | 5E | 33 |
| Octal | 370 | 42 | 14 | 0 | 126 | 137 | 3 | 6 | 136 | 63 |
| Binary | 11111000 | 100010 | 1100 | 0 | 1010110 | 1011111 | 11 | 110 | 1011110 | 110011 |
Color Harmonies of #F8220C
Complementary color
Monochromatic Colors of #F8220C
Black with #F8220C
Text Example
Text Example
White with #F8220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8220C; }
p { color: rgb(248,34,12); }
H1.HeaderClassName
{
color: #F8220C;
}
.AnyTagClassName
{
color: #F8220C;
}
</style>
background-color css
<style>
a { background-color: #F8220C; }
a { background-color: rgb(248,34,12); }
div.DivClassName
{
background-color: #F8220C;
}
.BgClassName
{
background-color: #F8220C;
}
</style>
border-color css
<style>
span { border-color: #F8220C; }
span { border-color: rgb(248,34,12); }
td.TdClassName
{
border-color: #F8220C;
}
.TagClassName
{
border-color: #F8220C;
}
</style>