Shades of Scarlet #F6210E
Tints of Scarlet #F6210E
RGB
CMYK
RGB Variations
Color information
#F6210E (or 0xF6210E) is known color: Scarlet. HEX triplet: F6, 21 and 0E. RGB value is (246,33,14). Sum of RGB (Red+Green+Blue) = 246+33+14=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F6210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6210E is #09DEF1. Grayscale: #5E5E5E. Windows color (decimal): -646898 or 926198. OLE color: 926198.
HSL color Cylindrical-coordinate representation of color #F6210E: hue angle of 4.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6210E is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 14 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.04 |
| HSL | 4.91º | 0.93% | 0.51% | - |
| HSV(B) | 4.91º | 0.94% | 0.96% | - |
| XYZ | 38.63 | 20.71 | 2.38 | - |
| YUV | 94.52 | 82.57 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 14 | 0 | 0.87 | 0.94 | 0.04 | 4.91 | 0.93 | 0.51 |
| Hex | F6 | 21 | E | 0 | 57 | 5E | 4 | 5 | 5D | 33 |
| Octal | 366 | 41 | 16 | 0 | 127 | 136 | 4 | 5 | 135 | 63 |
| Binary | 11110110 | 100001 | 1110 | 0 | 1010111 | 1011110 | 100 | 101 | 1011101 | 110011 |
Color Harmonies of #F6210E
Complementary color
Monochromatic Colors of #F6210E
Black with #F6210E
Text Example
Text Example
White with #F6210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6210E; }
p { color: rgb(246,33,14); }
H1.HeaderClassName
{
color: #F6210E;
}
.AnyTagClassName
{
color: #F6210E;
}
</style>
background-color css
<style>
a { background-color: #F6210E; }
a { background-color: rgb(246,33,14); }
div.DivClassName
{
background-color: #F6210E;
}
.BgClassName
{
background-color: #F6210E;
}
</style>
border-color css
<style>
span { border-color: #F6210E; }
span { border-color: rgb(246,33,14); }
td.TdClassName
{
border-color: #F6210E;
}
.TagClassName
{
border-color: #F6210E;
}
</style>