Shades of Scarlet #F8210A
Tints of Scarlet #F8210A
RGB
CMYK
RGB Variations
Color information
#F8210A (or 0xF8210A) is known color: Scarlet. HEX triplet: F8, 21 and 0A. RGB value is (248,33,10). Sum of RGB (Red+Green+Blue) = 248+33+10=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F8210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8210A is #07DEF5. Grayscale: #5E5E5E. Windows color (decimal): -515830 or 664056. OLE color: 664056.
HSL color Cylindrical-coordinate representation of color #F8210A: hue angle of 5.8º 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 #F8210A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.03 |
| HSL | 5.8º | 0.94% | 0.51% | - |
| HSV(B) | 5.8º | 0.96% | 0.97% | - |
| XYZ | 39.31 | 21.07 | 2.28 | - |
| YUV | 94.66 | 80.23 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 10 | 0 | 0.87 | 0.96 | 0.03 | 5.8 | 0.94 | 0.51 |
| Hex | F8 | 21 | A | 0 | 57 | 60 | 3 | 6 | 5E | 33 |
| Octal | 370 | 41 | 12 | 0 | 127 | 140 | 3 | 6 | 136 | 63 |
| Binary | 11111000 | 100001 | 1010 | 0 | 1010111 | 1100000 | 11 | 110 | 1011110 | 110011 |
Color Harmonies of #F8210A
Complementary color
Monochromatic Colors of #F8210A
Black with #F8210A
Text Example
Text Example
White with #F8210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8210A; }
p { color: rgb(248,33,10); }
H1.HeaderClassName
{
color: #F8210A;
}
.AnyTagClassName
{
color: #F8210A;
}
</style>
background-color css
<style>
a { background-color: #F8210A; }
a { background-color: rgb(248,33,10); }
div.DivClassName
{
background-color: #F8210A;
}
.BgClassName
{
background-color: #F8210A;
}
</style>
border-color css
<style>
span { border-color: #F8210A; }
span { border-color: rgb(248,33,10); }
td.TdClassName
{
border-color: #F8210A;
}
.TagClassName
{
border-color: #F8210A;
}
</style>