Shades of Torch Red #F61530
Tints of Torch Red #F61530
RGB
CMYK
RGB Variations
Color information
#F61530 (or 0xF61530) is known color: Torch Red. HEX triplet: F6, 15 and 30. RGB value is (246,21,48). Sum of RGB (Red+Green+Blue) = 246+21+48=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F61530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61530 is #09EACF. Grayscale: #5B5B5B. Windows color (decimal): -649936 or 3151350. OLE color: 3151350.
HSL color Cylindrical-coordinate representation of color #F61530: hue angle of 352.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61530 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 48 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.04 |
| HSL | 352.8º | 0.93% | 0.52% | - |
| HSV(B) | 352.8º | 0.91% | 0.96% | - |
| XYZ | 38.81 | 20.34 | 4.68 | - |
| YUV | 91.35 | 103.54 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 48 | 0 | 0.91 | 0.80 | 0.04 | 352.8 | 0.93 | 0.52 |
| Hex | F6 | 15 | 30 | 0 | 5B | 50 | 4 | 161 | 5D | 34 |
| Octal | 366 | 25 | 60 | 0 | 133 | 120 | 4 | 541 | 135 | 64 |
| Binary | 11110110 | 10101 | 110000 | 0 | 1011011 | 1010000 | 100 | 101100001 | 1011101 | 110100 |
Color Harmonies of #F61530
Complementary color
Monochromatic Colors of #F61530
Black with #F61530
Text Example
Text Example
White with #F61530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61530; }
p { color: rgb(246,21,48); }
H1.HeaderClassName
{
color: #F61530;
}
.AnyTagClassName
{
color: #F61530;
}
</style>
background-color css
<style>
a { background-color: #F61530; }
a { background-color: rgb(246,21,48); }
div.DivClassName
{
background-color: #F61530;
}
.BgClassName
{
background-color: #F61530;
}
</style>
border-color css
<style>
span { border-color: #F61530; }
span { border-color: rgb(246,21,48); }
td.TdClassName
{
border-color: #F61530;
}
.TagClassName
{
border-color: #F61530;
}
</style>