Shades of Scarlet #F6211D
Tints of Scarlet #F6211D
RGB
CMYK
RGB Variations
Color information
#F6211D (or 0xF6211D) is known color: Scarlet. HEX triplet: F6, 21 and 1D. RGB value is (246,33,29). Sum of RGB (Red+Green+Blue) = 246+33+29=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F6211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6211D is #09DEE2. Grayscale: #606060. Windows color (decimal): -646883 or 1909238. OLE color: 1909238.
HSL color Cylindrical-coordinate representation of color #F6211D: hue angle of 1.11º 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 #F6211D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.04 |
| HSL | 1.11º | 0.92% | 0.54% | - |
| HSV(B) | 1.11º | 0.88% | 0.96% | - |
| XYZ | 38.77 | 20.77 | 3.13 | - |
| YUV | 96.23 | 90.07 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 29 | 0 | 0.87 | 0.88 | 0.04 | 1.11 | 0.92 | 0.54 |
| Hex | F6 | 21 | 1D | 0 | 57 | 58 | 4 | 1 | 5C | 36 |
| Octal | 366 | 41 | 35 | 0 | 127 | 130 | 4 | 1 | 134 | 66 |
| Binary | 11110110 | 100001 | 11101 | 0 | 1010111 | 1011000 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F6211D
Complementary color
Monochromatic Colors of #F6211D
Black with #F6211D
Text Example
Text Example
White with #F6211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6211D; }
p { color: rgb(246,33,29); }
H1.HeaderClassName
{
color: #F6211D;
}
.AnyTagClassName
{
color: #F6211D;
}
</style>
background-color css
<style>
a { background-color: #F6211D; }
a { background-color: rgb(246,33,29); }
div.DivClassName
{
background-color: #F6211D;
}
.BgClassName
{
background-color: #F6211D;
}
</style>
border-color css
<style>
span { border-color: #F6211D; }
span { border-color: rgb(246,33,29); }
td.TdClassName
{
border-color: #F6211D;
}
.TagClassName
{
border-color: #F6211D;
}
</style>