Shades of Torch Red #F61829
Tints of Torch Red #F61829
RGB
CMYK
RGB Variations
Color information
#F61829 (or 0xF61829) is known color: Torch Red. HEX triplet: F6, 18 and 29. RGB value is (246,24,41). Sum of RGB (Red+Green+Blue) = 246+24+41=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F61829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61829 is #09E7D6. Grayscale: #5C5C5C. Windows color (decimal): -649175 or 2693366. OLE color: 2693366.
HSL color Cylindrical-coordinate representation of color #F61829: hue angle of 355.41º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61829 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.04 |
| HSL | 355.41º | 0.93% | 0.53% | - |
| HSV(B) | 355.41º | 0.9% | 0.96% | - |
| XYZ | 38.73 | 20.41 | 4 | - |
| YUV | 92.32 | 99.05 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 41 | 0 | 0.90 | 0.83 | 0.04 | 355.41 | 0.93 | 0.53 |
| Hex | F6 | 18 | 29 | 0 | 5A | 53 | 4 | 163 | 5C | 35 |
| Octal | 366 | 30 | 51 | 0 | 132 | 123 | 4 | 543 | 134 | 65 |
| Binary | 11110110 | 11000 | 101001 | 0 | 1011010 | 1010011 | 100 | 101100011 | 1011100 | 110101 |
Color Harmonies of #F61829
Complementary color
Monochromatic Colors of #F61829
Black with #F61829
Text Example
Text Example
White with #F61829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61829; }
p { color: rgb(246,24,41); }
H1.HeaderClassName
{
color: #F61829;
}
.AnyTagClassName
{
color: #F61829;
}
</style>
background-color css
<style>
a { background-color: #F61829; }
a { background-color: rgb(246,24,41); }
div.DivClassName
{
background-color: #F61829;
}
.BgClassName
{
background-color: #F61829;
}
</style>
border-color css
<style>
span { border-color: #F61829; }
span { border-color: rgb(246,24,41); }
td.TdClassName
{
border-color: #F61829;
}
.TagClassName
{
border-color: #F61829;
}
</style>