Shades of Scarlet #F6211C
Tints of Scarlet #F6211C
RGB
CMYK
RGB Variations
Color information
#F6211C (or 0xF6211C) is known color: Scarlet. HEX triplet: F6, 21 and 1C. RGB value is (246,33,28). Sum of RGB (Red+Green+Blue) = 246+33+28=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F6211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6211C is #09DEE3. Grayscale: #606060. Windows color (decimal): -646884 or 1843702. OLE color: 1843702.
HSL color Cylindrical-coordinate representation of color #F6211C: hue angle of 1.38º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6211C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.04 |
| HSL | 1.38º | 0.92% | 0.54% | - |
| HSV(B) | 1.38º | 0.89% | 0.96% | - |
| XYZ | 38.76 | 20.76 | 3.06 | - |
| YUV | 96.12 | 89.57 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 28 | 0 | 0.87 | 0.89 | 0.04 | 1.38 | 0.92 | 0.54 |
| Hex | F6 | 21 | 1C | 0 | 57 | 59 | 4 | 1 | 5C | 36 |
| Octal | 366 | 41 | 34 | 0 | 127 | 131 | 4 | 1 | 134 | 66 |
| Binary | 11110110 | 100001 | 11100 | 0 | 1010111 | 1011001 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F6211C
Complementary color
Monochromatic Colors of #F6211C
Black with #F6211C
Text Example
Text Example
White with #F6211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6211C; }
p { color: rgb(246,33,28); }
H1.HeaderClassName
{
color: #F6211C;
}
.AnyTagClassName
{
color: #F6211C;
}
</style>
background-color css
<style>
a { background-color: #F6211C; }
a { background-color: rgb(246,33,28); }
div.DivClassName
{
background-color: #F6211C;
}
.BgClassName
{
background-color: #F6211C;
}
</style>
border-color css
<style>
span { border-color: #F6211C; }
span { border-color: rgb(246,33,28); }
td.TdClassName
{
border-color: #F6211C;
}
.TagClassName
{
border-color: #F6211C;
}
</style>