Shades of Scarlet #F6250D
Tints of Scarlet #F6250D
RGB
CMYK
RGB Variations
Color information
#F6250D (or 0xF6250D) is known color: Scarlet. HEX triplet: F6, 25 and 0D. RGB value is (246,37,13). Sum of RGB (Red+Green+Blue) = 246+37+13=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6250D is #09DAF2. Grayscale: #616161. Windows color (decimal): -645875 or 861686. OLE color: 861686.
HSL color Cylindrical-coordinate representation of color #F6250D: hue angle of 6.18º 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 #F6250D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 13 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.04 |
| HSL | 6.18º | 0.93% | 0.51% | - |
| HSV(B) | 6.18º | 0.95% | 0.96% | - |
| XYZ | 38.74 | 20.95 | 2.38 | - |
| YUV | 96.76 | 80.74 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 13 | 0 | 0.85 | 0.95 | 0.04 | 6.18 | 0.93 | 0.51 |
| Hex | F6 | 25 | D | 0 | 55 | 5F | 4 | 6 | 5D | 33 |
| Octal | 366 | 45 | 15 | 0 | 125 | 137 | 4 | 6 | 135 | 63 |
| Binary | 11110110 | 100101 | 1101 | 0 | 1010101 | 1011111 | 100 | 110 | 1011101 | 110011 |
Color Harmonies of #F6250D
Complementary color
Monochromatic Colors of #F6250D
Black with #F6250D
Text Example
Text Example
White with #F6250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6250D; }
p { color: rgb(246,37,13); }
H1.HeaderClassName
{
color: #F6250D;
}
.AnyTagClassName
{
color: #F6250D;
}
</style>
background-color css
<style>
a { background-color: #F6250D; }
a { background-color: rgb(246,37,13); }
div.DivClassName
{
background-color: #F6250D;
}
.BgClassName
{
background-color: #F6250D;
}
</style>
border-color css
<style>
span { border-color: #F6250D; }
span { border-color: rgb(246,37,13); }
td.TdClassName
{
border-color: #F6250D;
}
.TagClassName
{
border-color: #F6250D;
}
</style>