Shades of Scarlet #F6211E
Tints of Scarlet #F6211E
RGB
CMYK
RGB Variations
Color information
#F6211E (or 0xF6211E) is known color: Scarlet. HEX triplet: F6, 21 and 1E. RGB value is (246,33,30). Sum of RGB (Red+Green+Blue) = 246+33+30=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6211E is #09DEE1. Grayscale: #606060. Windows color (decimal): -646882 or 1974774. OLE color: 1974774.
HSL color Cylindrical-coordinate representation of color #F6211E: hue angle of 0.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6211E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 30 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.04 |
| HSL | 0.83º | 0.92% | 0.54% | - |
| HSV(B) | 0.83º | 0.88% | 0.96% | - |
| XYZ | 38.78 | 20.77 | 3.19 | - |
| YUV | 96.35 | 90.57 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 30 | 0 | 0.87 | 0.88 | 0.04 | 0.83 | 0.92 | 0.54 |
| Hex | F6 | 21 | 1E | 0 | 57 | 58 | 4 | 1 | 5C | 36 |
| Octal | 366 | 41 | 36 | 0 | 127 | 130 | 4 | 1 | 134 | 66 |
| Binary | 11110110 | 100001 | 11110 | 0 | 1010111 | 1011000 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F6211E
Complementary color
Monochromatic Colors of #F6211E
Black with #F6211E
Text Example
Text Example
White with #F6211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6211E; }
p { color: rgb(246,33,30); }
H1.HeaderClassName
{
color: #F6211E;
}
.AnyTagClassName
{
color: #F6211E;
}
</style>
background-color css
<style>
a { background-color: #F6211E; }
a { background-color: rgb(246,33,30); }
div.DivClassName
{
background-color: #F6211E;
}
.BgClassName
{
background-color: #F6211E;
}
</style>
border-color css
<style>
span { border-color: #F6211E; }
span { border-color: rgb(246,33,30); }
td.TdClassName
{
border-color: #F6211E;
}
.TagClassName
{
border-color: #F6211E;
}
</style>