Shades of Scarlet #F6220D
Tints of Scarlet #F6220D
RGB
CMYK
RGB Variations
Color information
#F6220D (or 0xF6220D) is known color: Scarlet. HEX triplet: F6, 22 and 0D. RGB value is (246,34,13). Sum of RGB (Red+Green+Blue) = 246+34+13=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F6220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6220D is #09DDF2. Grayscale: #5F5F5F. Windows color (decimal): -646643 or 860918. OLE color: 860918.
HSL color Cylindrical-coordinate representation of color #F6220D: hue angle of 5.41º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6220D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.04 |
| HSL | 5.41º | 0.93% | 0.51% | - |
| HSV(B) | 5.41º | 0.95% | 0.96% | - |
| XYZ | 38.65 | 20.77 | 2.35 | - |
| YUV | 94.99 | 81.74 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 13 | 0 | 0.86 | 0.95 | 0.04 | 5.41 | 0.93 | 0.51 |
| Hex | F6 | 22 | D | 0 | 56 | 5F | 4 | 5 | 5D | 33 |
| Octal | 366 | 42 | 15 | 0 | 126 | 137 | 4 | 5 | 135 | 63 |
| Binary | 11110110 | 100010 | 1101 | 0 | 1010110 | 1011111 | 100 | 101 | 1011101 | 110011 |
Color Harmonies of #F6220D
Complementary color
Monochromatic Colors of #F6220D
Black with #F6220D
Text Example
Text Example
White with #F6220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6220D; }
p { color: rgb(246,34,13); }
H1.HeaderClassName
{
color: #F6220D;
}
.AnyTagClassName
{
color: #F6220D;
}
</style>
background-color css
<style>
a { background-color: #F6220D; }
a { background-color: rgb(246,34,13); }
div.DivClassName
{
background-color: #F6220D;
}
.BgClassName
{
background-color: #F6220D;
}
</style>
border-color css
<style>
span { border-color: #F6220D; }
span { border-color: rgb(246,34,13); }
td.TdClassName
{
border-color: #F6220D;
}
.TagClassName
{
border-color: #F6220D;
}
</style>