Shades of Scarlet #F8221E
Tints of Scarlet #F8221E
RGB
CMYK
RGB Variations
Color information
#F8221E (or 0xF8221E) is known color: Scarlet. HEX triplet: F8, 22 and 1E. RGB value is (248,34,30). Sum of RGB (Red+Green+Blue) = 248+34+30=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8221E is #07DDE1. Grayscale: #616161. Windows color (decimal): -515554 or 1975032. OLE color: 1975032.
HSL color Cylindrical-coordinate representation of color #F8221E: hue angle of 1.1º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8221E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 30 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.03 |
| HSL | 1.1º | 0.94% | 0.55% | - |
| HSV(B) | 1.1º | 0.88% | 0.97% | - |
| XYZ | 39.52 | 21.19 | 3.24 | - |
| YUV | 97.53 | 89.9 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 30 | 0 | 0.86 | 0.88 | 0.03 | 1.1 | 0.94 | 0.55 |
| Hex | F8 | 22 | 1E | 0 | 56 | 58 | 3 | 1 | 5E | 37 |
| Octal | 370 | 42 | 36 | 0 | 126 | 130 | 3 | 1 | 136 | 67 |
| Binary | 11111000 | 100010 | 11110 | 0 | 1010110 | 1011000 | 11 | 1 | 1011110 | 110111 |
Color Harmonies of #F8221E
Complementary color
Monochromatic Colors of #F8221E
Black with #F8221E
Text Example
Text Example
White with #F8221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8221E; }
p { color: rgb(248,34,30); }
H1.HeaderClassName
{
color: #F8221E;
}
.AnyTagClassName
{
color: #F8221E;
}
</style>
background-color css
<style>
a { background-color: #F8221E; }
a { background-color: rgb(248,34,30); }
div.DivClassName
{
background-color: #F8221E;
}
.BgClassName
{
background-color: #F8221E;
}
</style>
border-color css
<style>
span { border-color: #F8221E; }
span { border-color: rgb(248,34,30); }
td.TdClassName
{
border-color: #F8221E;
}
.TagClassName
{
border-color: #F8221E;
}
</style>