Shades of Scarlet #F8200C
Tints of Scarlet #F8200C
RGB
CMYK
RGB Variations
Color information
#F8200C (or 0xF8200C) is known color: Scarlet. HEX triplet: F8, 20 and 0C. RGB value is (248,32,12). Sum of RGB (Red+Green+Blue) = 248+32+12=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F8200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8200C is #07DFF3. Grayscale: #5E5E5E. Windows color (decimal): -516084 or 794872. OLE color: 794872.
HSL color Cylindrical-coordinate representation of color #F8200C: hue angle of 5.08º 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 #F8200C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.03 |
| HSL | 5.08º | 0.94% | 0.51% | - |
| HSV(B) | 5.08º | 0.95% | 0.97% | - |
| XYZ | 39.29 | 21.02 | 2.33 | - |
| YUV | 94.3 | 81.56 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 12 | 0 | 0.87 | 0.95 | 0.03 | 5.08 | 0.94 | 0.51 |
| Hex | F8 | 20 | C | 0 | 57 | 5F | 3 | 5 | 5E | 33 |
| Octal | 370 | 40 | 14 | 0 | 127 | 137 | 3 | 5 | 136 | 63 |
| Binary | 11111000 | 100000 | 1100 | 0 | 1010111 | 1011111 | 11 | 101 | 1011110 | 110011 |
Color Harmonies of #F8200C
Complementary color
Monochromatic Colors of #F8200C
Black with #F8200C
Text Example
Text Example
White with #F8200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8200C; }
p { color: rgb(248,32,12); }
H1.HeaderClassName
{
color: #F8200C;
}
.AnyTagClassName
{
color: #F8200C;
}
</style>
background-color css
<style>
a { background-color: #F8200C; }
a { background-color: rgb(248,32,12); }
div.DivClassName
{
background-color: #F8200C;
}
.BgClassName
{
background-color: #F8200C;
}
</style>
border-color css
<style>
span { border-color: #F8200C; }
span { border-color: rgb(248,32,12); }
td.TdClassName
{
border-color: #F8200C;
}
.TagClassName
{
border-color: #F8200C;
}
</style>