Shades of Torch Red #F61213
Tints of Torch Red #F61213
RGB
CMYK
RGB Variations
Color information
#F61213 (or 0xF61213) is known color: Torch Red. HEX triplet: F6, 12 and 13. RGB value is (246,18,19). Sum of RGB (Red+Green+Blue) = 246+18+19=283 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.93% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 246 - color contains mainly: red. Hex color #F61213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61213 is #09EDEC. Grayscale: #565656. Windows color (decimal): -650733 or 1250038. OLE color: 1250038.
HSL color Cylindrical-coordinate representation of color #F61213: hue angle of 359.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61213 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.04 |
| HSL | 359.74º | 0.93% | 0.52% | - |
| HSV(B) | 359.74º | 0.93% | 0.96% | - |
| XYZ | 38.34 | 20.07 | 2.47 | - |
| YUV | 86.29 | 90.04 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 19 | 0 | 0.93 | 0.92 | 0.04 | 359.74 | 0.93 | 0.52 |
| Hex | F6 | 12 | 13 | 0 | 5D | 5C | 4 | 168 | 5D | 34 |
| Octal | 366 | 22 | 23 | 0 | 135 | 134 | 4 | 550 | 135 | 64 |
| Binary | 11110110 | 10010 | 10011 | 0 | 1011101 | 1011100 | 100 | 101101000 | 1011101 | 110100 |
Color Harmonies of #F61213
Complementary color
Monochromatic Colors of #F61213
Black with #F61213
Text Example
Text Example
White with #F61213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61213; }
p { color: rgb(246,18,19); }
H1.HeaderClassName
{
color: #F61213;
}
.AnyTagClassName
{
color: #F61213;
}
</style>
background-color css
<style>
a { background-color: #F61213; }
a { background-color: rgb(246,18,19); }
div.DivClassName
{
background-color: #F61213;
}
.BgClassName
{
background-color: #F61213;
}
</style>
border-color css
<style>
span { border-color: #F61213; }
span { border-color: rgb(246,18,19); }
td.TdClassName
{
border-color: #F61213;
}
.TagClassName
{
border-color: #F61213;
}
</style>