Shades of Scarlet #F61D04
Tints of Scarlet #F61D04
RGB
CMYK
RGB Variations
Color information
#F61D04 (or 0xF61D04) is known color: Scarlet. HEX triplet: F6, 1D and 04. RGB value is (246,29,4). Sum of RGB (Red+Green+Blue) = 246+29+4=279 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.17% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61D04 is #09E2FB. Grayscale: #5B5B5B. Windows color (decimal): -647932 or 269814. OLE color: 269814.
HSL color Cylindrical-coordinate representation of color #F61D04: hue angle of 6.2º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F61D04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.04 |
| HSL | 6.2º | 0.97% | 0.49% | - |
| HSV(B) | 6.2º | 0.98% | 0.96% | - |
| XYZ | 38.47 | 20.48 | 2.04 | - |
| YUV | 91.03 | 78.89 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 4 | 0 | 0.88 | 0.98 | 0.04 | 6.2 | 0.97 | 0.49 |
| Hex | F6 | 1D | 4 | 0 | 58 | 62 | 4 | 6 | 61 | 31 |
| Octal | 366 | 35 | 4 | 0 | 130 | 142 | 4 | 6 | 141 | 61 |
| Binary | 11110110 | 11101 | 100 | 0 | 1011000 | 1100010 | 100 | 110 | 1100001 | 110001 |
Color Harmonies of #F61D04
Complementary color
Monochromatic Colors of #F61D04
Black with #F61D04
Text Example
Text Example
White with #F61D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D04; }
p { color: rgb(246,29,4); }
H1.HeaderClassName
{
color: #F61D04;
}
.AnyTagClassName
{
color: #F61D04;
}
</style>
background-color css
<style>
a { background-color: #F61D04; }
a { background-color: rgb(246,29,4); }
div.DivClassName
{
background-color: #F61D04;
}
.BgClassName
{
background-color: #F61D04;
}
</style>
border-color css
<style>
span { border-color: #F61D04; }
span { border-color: rgb(246,29,4); }
td.TdClassName
{
border-color: #F61D04;
}
.TagClassName
{
border-color: #F61D04;
}
</style>