Shades of Scarlet #F6210A
Tints of Scarlet #F6210A
RGB
CMYK
RGB Variations
Color information
#F6210A (or 0xF6210A) is known color: Scarlet. HEX triplet: F6, 21 and 0A. RGB value is (246,33,10). Sum of RGB (Red+Green+Blue) = 246+33+10=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F6210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6210A is #09DEF5. Grayscale: #5E5E5E. Windows color (decimal): -646902 or 664054. OLE color: 664054.
HSL color Cylindrical-coordinate representation of color #F6210A: hue angle of 5.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6210A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 5.85º | 0.93% | 0.5% | - |
| HSV(B) | 5.85º | 0.96% | 0.96% | - |
| XYZ | 38.6 | 20.7 | 2.25 | - |
| YUV | 94.07 | 80.57 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 10 | 0 | 0.87 | 0.96 | 0.04 | 5.85 | 0.93 | 0.5 |
| Hex | F6 | 21 | A | 0 | 57 | 60 | 4 | 6 | 5D | 32 |
| Octal | 366 | 41 | 12 | 0 | 127 | 140 | 4 | 6 | 135 | 62 |
| Binary | 11110110 | 100001 | 1010 | 0 | 1010111 | 1100000 | 100 | 110 | 1011101 | 110010 |
Color Harmonies of #F6210A
Complementary color
Monochromatic Colors of #F6210A
Black with #F6210A
Text Example
Text Example
White with #F6210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6210A; }
p { color: rgb(246,33,10); }
H1.HeaderClassName
{
color: #F6210A;
}
.AnyTagClassName
{
color: #F6210A;
}
</style>
background-color css
<style>
a { background-color: #F6210A; }
a { background-color: rgb(246,33,10); }
div.DivClassName
{
background-color: #F6210A;
}
.BgClassName
{
background-color: #F6210A;
}
</style>
border-color css
<style>
span { border-color: #F6210A; }
span { border-color: rgb(246,33,10); }
td.TdClassName
{
border-color: #F6210A;
}
.TagClassName
{
border-color: #F6210A;
}
</style>