Shades of Torch Red #F61435
Tints of Torch Red #F61435
RGB
CMYK
RGB Variations
Color information
#F61435 (or 0xF61435) is known color: Torch Red. HEX triplet: F6, 14 and 35. RGB value is (246,20,53). Sum of RGB (Red+Green+Blue) = 246+20+53=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F61435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61435 is #09EBCA. Grayscale: #5B5B5B. Windows color (decimal): -650187 or 3478774. OLE color: 3478774.
HSL color Cylindrical-coordinate representation of color #F61435: hue angle of 351.24º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61435 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 53 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.04 |
| HSL | 351.24º | 0.93% | 0.52% | - |
| HSV(B) | 351.24º | 0.92% | 0.96% | - |
| XYZ | 38.9 | 20.35 | 5.25 | - |
| YUV | 91.34 | 106.37 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 53 | 0 | 0.92 | 0.78 | 0.04 | 351.24 | 0.93 | 0.52 |
| Hex | F6 | 14 | 35 | 0 | 5C | 4E | 4 | 15F | 5D | 34 |
| Octal | 366 | 24 | 65 | 0 | 134 | 116 | 4 | 537 | 135 | 64 |
| Binary | 11110110 | 10100 | 110101 | 0 | 1011100 | 1001110 | 100 | 101011111 | 1011101 | 110100 |
Color Harmonies of #F61435
Complementary color
Monochromatic Colors of #F61435
Black with #F61435
Text Example
Text Example
White with #F61435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61435; }
p { color: rgb(246,20,53); }
H1.HeaderClassName
{
color: #F61435;
}
.AnyTagClassName
{
color: #F61435;
}
</style>
background-color css
<style>
a { background-color: #F61435; }
a { background-color: rgb(246,20,53); }
div.DivClassName
{
background-color: #F61435;
}
.BgClassName
{
background-color: #F61435;
}
</style>
border-color css
<style>
span { border-color: #F61435; }
span { border-color: rgb(246,20,53); }
td.TdClassName
{
border-color: #F61435;
}
.TagClassName
{
border-color: #F61435;
}
</style>