Shades of Scarlet #F8210B
Tints of Scarlet #F8210B
RGB
CMYK
RGB Variations
Color information
#F8210B (or 0xF8210B) is known color: Scarlet. HEX triplet: F8, 21 and 0B. RGB value is (248,33,11). Sum of RGB (Red+Green+Blue) = 248+33+11=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F8210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8210B is #07DEF4. Grayscale: #5F5F5F. Windows color (decimal): -515829 or 729592. OLE color: 729592.
HSL color Cylindrical-coordinate representation of color #F8210B: hue angle of 5.57º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8210B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.03 |
| HSL | 5.57º | 0.94% | 0.51% | - |
| HSV(B) | 5.57º | 0.96% | 0.97% | - |
| XYZ | 39.32 | 21.07 | 2.31 | - |
| YUV | 94.78 | 80.73 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 11 | 0 | 0.87 | 0.96 | 0.03 | 5.57 | 0.94 | 0.51 |
| Hex | F8 | 21 | B | 0 | 57 | 60 | 3 | 6 | 5E | 33 |
| Octal | 370 | 41 | 13 | 0 | 127 | 140 | 3 | 6 | 136 | 63 |
| Binary | 11111000 | 100001 | 1011 | 0 | 1010111 | 1100000 | 11 | 110 | 1011110 | 110011 |
Color Harmonies of #F8210B
Complementary color
Monochromatic Colors of #F8210B
Black with #F8210B
Text Example
Text Example
White with #F8210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8210B; }
p { color: rgb(248,33,11); }
H1.HeaderClassName
{
color: #F8210B;
}
.AnyTagClassName
{
color: #F8210B;
}
</style>
background-color css
<style>
a { background-color: #F8210B; }
a { background-color: rgb(248,33,11); }
div.DivClassName
{
background-color: #F8210B;
}
.BgClassName
{
background-color: #F8210B;
}
</style>
border-color css
<style>
span { border-color: #F8210B; }
span { border-color: rgb(248,33,11); }
td.TdClassName
{
border-color: #F8210B;
}
.TagClassName
{
border-color: #F8210B;
}
</style>