Shades of Scarlet #F83211
Tints of Scarlet #F83211
RGB
CMYK
RGB Variations
Color information
#F83211 (or 0xF83211) is known color: Scarlet. HEX triplet: F8, 32 and 11. RGB value is (248,50,17). Sum of RGB (Red+Green+Blue) = 248+50+17=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F83211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83211 is #07CDEE. Grayscale: #696969. Windows color (decimal): -511471 or 1127160. OLE color: 1127160.
HSL color Cylindrical-coordinate representation of color #F83211: hue angle of 8.57º 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 #F83211 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 17 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.03 |
| HSL | 8.57º | 0.94% | 0.52% | - |
| HSV(B) | 8.57º | 0.93% | 0.97% | - |
| XYZ | 39.95 | 22.28 | 2.72 | - |
| YUV | 105.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 17 | 0 | 0.80 | 0.93 | 0.03 | 8.57 | 0.94 | 0.52 |
| Hex | F8 | 32 | 11 | 0 | 50 | 5D | 3 | 9 | 5E | 34 |
| Octal | 370 | 62 | 21 | 0 | 120 | 135 | 3 | 11 | 136 | 64 |
| Binary | 11111000 | 110010 | 10001 | 0 | 1010000 | 1011101 | 11 | 1001 | 1011110 | 110100 |
Color Harmonies of #F83211
Complementary color
Monochromatic Colors of #F83211
Black with #F83211
Text Example
Text Example
White with #F83211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83211; }
p { color: rgb(248,50,17); }
H1.HeaderClassName
{
color: #F83211;
}
.AnyTagClassName
{
color: #F83211;
}
</style>
background-color css
<style>
a { background-color: #F83211; }
a { background-color: rgb(248,50,17); }
div.DivClassName
{
background-color: #F83211;
}
.BgClassName
{
background-color: #F83211;
}
</style>
border-color css
<style>
span { border-color: #F83211; }
span { border-color: rgb(248,50,17); }
td.TdClassName
{
border-color: #F83211;
}
.TagClassName
{
border-color: #F83211;
}
</style>