Shades of Torch Red #F61229
Tints of Torch Red #F61229
RGB
CMYK
RGB Variations
Color information
#F61229 (or 0xF61229) is known color: Torch Red. HEX triplet: F6, 12 and 29. RGB value is (246,18,41). Sum of RGB (Red+Green+Blue) = 246+18+41=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F61229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61229 is #09EDD6. Grayscale: #585858. Windows color (decimal): -650711 or 2691830. OLE color: 2691830.
HSL color Cylindrical-coordinate representation of color #F61229: hue angle of 353.95º 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 #F61229 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.04 |
| HSL | 353.95º | 0.93% | 0.52% | - |
| HSV(B) | 353.95º | 0.93% | 0.96% | - |
| XYZ | 38.62 | 20.19 | 3.96 | - |
| YUV | 88.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 41 | 0 | 0.93 | 0.83 | 0.04 | 353.95 | 0.93 | 0.52 |
| Hex | F6 | 12 | 29 | 0 | 5D | 53 | 4 | 162 | 5D | 34 |
| Octal | 366 | 22 | 51 | 0 | 135 | 123 | 4 | 542 | 135 | 64 |
| Binary | 11110110 | 10010 | 101001 | 0 | 1011101 | 1010011 | 100 | 101100010 | 1011101 | 110100 |
Color Harmonies of #F61229
Complementary color
Monochromatic Colors of #F61229
Black with #F61229
Text Example
Text Example
White with #F61229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61229; }
p { color: rgb(246,18,41); }
H1.HeaderClassName
{
color: #F61229;
}
.AnyTagClassName
{
color: #F61229;
}
</style>
background-color css
<style>
a { background-color: #F61229; }
a { background-color: rgb(246,18,41); }
div.DivClassName
{
background-color: #F61229;
}
.BgClassName
{
background-color: #F61229;
}
</style>
border-color css
<style>
span { border-color: #F61229; }
span { border-color: rgb(246,18,41); }
td.TdClassName
{
border-color: #F61229;
}
.TagClassName
{
border-color: #F61229;
}
</style>