Shades of Scarlet #F82011
Tints of Scarlet #F82011
RGB
CMYK
RGB Variations
Color information
#F82011 (or 0xF82011) is known color: Scarlet. HEX triplet: F8, 20 and 11. RGB value is (248,32,17). Sum of RGB (Red+Green+Blue) = 248+32+17=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F82011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82011 is #07DFEE. Grayscale: #5F5F5F. Windows color (decimal): -516079 or 1122552. OLE color: 1122552.
HSL color Cylindrical-coordinate representation of color #F82011: hue angle of 3.9º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F82011 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 17 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.03 |
| HSL | 3.9º | 0.94% | 0.52% | - |
| HSV(B) | 3.9º | 0.93% | 0.97% | - |
| XYZ | 39.33 | 21.03 | 2.52 | - |
| YUV | 94.87 | 84.06 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 17 | 0 | 0.87 | 0.93 | 0.03 | 3.9 | 0.94 | 0.52 |
| Hex | F8 | 20 | 11 | 0 | 57 | 5D | 3 | 4 | 5E | 34 |
| Octal | 370 | 40 | 21 | 0 | 127 | 135 | 3 | 4 | 136 | 64 |
| Binary | 11111000 | 100000 | 10001 | 0 | 1010111 | 1011101 | 11 | 100 | 1011110 | 110100 |
Color Harmonies of #F82011
Complementary color
Monochromatic Colors of #F82011
Black with #F82011
Text Example
Text Example
White with #F82011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82011; }
p { color: rgb(248,32,17); }
H1.HeaderClassName
{
color: #F82011;
}
.AnyTagClassName
{
color: #F82011;
}
</style>
background-color css
<style>
a { background-color: #F82011; }
a { background-color: rgb(248,32,17); }
div.DivClassName
{
background-color: #F82011;
}
.BgClassName
{
background-color: #F82011;
}
</style>
border-color css
<style>
span { border-color: #F82011; }
span { border-color: rgb(248,32,17); }
td.TdClassName
{
border-color: #F82011;
}
.TagClassName
{
border-color: #F82011;
}
</style>