Shades of Scarlet #F8221C
Tints of Scarlet #F8221C
RGB
CMYK
RGB Variations
Color information
#F8221C (or 0xF8221C) is known color: Scarlet. HEX triplet: F8, 22 and 1C. RGB value is (248,34,28). Sum of RGB (Red+Green+Blue) = 248+34+28=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8221C is #07DDE3. Grayscale: #616161. Windows color (decimal): -515556 or 1843960. OLE color: 1843960.
HSL color Cylindrical-coordinate representation of color #F8221C: hue angle of 1.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8221C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 28 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.03 |
| HSL | 1.64º | 0.94% | 0.54% | - |
| HSV(B) | 1.64º | 0.89% | 0.97% | - |
| XYZ | 39.49 | 21.18 | 3.11 | - |
| YUV | 97.3 | 88.9 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 28 | 0 | 0.86 | 0.89 | 0.03 | 1.64 | 0.94 | 0.54 |
| Hex | F8 | 22 | 1C | 0 | 56 | 59 | 3 | 2 | 5E | 36 |
| Octal | 370 | 42 | 34 | 0 | 126 | 131 | 3 | 2 | 136 | 66 |
| Binary | 11111000 | 100010 | 11100 | 0 | 1010110 | 1011001 | 11 | 10 | 1011110 | 110110 |
Color Harmonies of #F8221C
Complementary color
Monochromatic Colors of #F8221C
Black with #F8221C
Text Example
Text Example
White with #F8221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8221C; }
p { color: rgb(248,34,28); }
H1.HeaderClassName
{
color: #F8221C;
}
.AnyTagClassName
{
color: #F8221C;
}
</style>
background-color css
<style>
a { background-color: #F8221C; }
a { background-color: rgb(248,34,28); }
div.DivClassName
{
background-color: #F8221C;
}
.BgClassName
{
background-color: #F8221C;
}
</style>
border-color css
<style>
span { border-color: #F8221C; }
span { border-color: rgb(248,34,28); }
td.TdClassName
{
border-color: #F8221C;
}
.TagClassName
{
border-color: #F8221C;
}
</style>