Shades of Torch Red #F60413
Tints of Torch Red #F60413
RGB
CMYK
RGB Variations
Color information
#F60413 (or 0xF60413) is known color: Torch Red. HEX triplet: F6, 04 and 13. RGB value is (246,4,19). Sum of RGB (Red+Green+Blue) = 246+4+19=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F60413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60413 is #09FBEC. Grayscale: #4E4E4E. Windows color (decimal): -654317 or 1246454. OLE color: 1246454.
HSL color Cylindrical-coordinate representation of color #F60413: hue angle of 356.28º 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 #F60413 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.04 |
| HSL | 356.28º | 0.97% | 0.49% | - |
| HSV(B) | 356.28º | 0.98% | 0.96% | - |
| XYZ | 38.17 | 19.73 | 2.41 | - |
| YUV | 78.07 | 94.67 | 247.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 19 | 0 | 0.98 | 0.92 | 0.04 | 356.28 | 0.97 | 0.49 |
| Hex | F6 | 4 | 13 | 0 | 62 | 5C | 4 | 164 | 61 | 31 |
| Octal | 366 | 4 | 23 | 0 | 142 | 134 | 4 | 544 | 141 | 61 |
| Binary | 11110110 | 100 | 10011 | 0 | 1100010 | 1011100 | 100 | 101100100 | 1100001 | 110001 |
Color Harmonies of #F60413
Complementary color
Monochromatic Colors of #F60413
Black with #F60413
Text Example
Text Example
White with #F60413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60413; }
p { color: rgb(246,4,19); }
H1.HeaderClassName
{
color: #F60413;
}
.AnyTagClassName
{
color: #F60413;
}
</style>
background-color css
<style>
a { background-color: #F60413; }
a { background-color: rgb(246,4,19); }
div.DivClassName
{
background-color: #F60413;
}
.BgClassName
{
background-color: #F60413;
}
</style>
border-color css
<style>
span { border-color: #F60413; }
span { border-color: rgb(246,4,19); }
td.TdClassName
{
border-color: #F60413;
}
.TagClassName
{
border-color: #F60413;
}
</style>