Shades of Torch Red #F61223
Tints of Torch Red #F61223
RGB
CMYK
RGB Variations
Color information
#F61223 (or 0xF61223) is known color: Torch Red. HEX triplet: F6, 12 and 23. RGB value is (246,18,35). Sum of RGB (Red+Green+Blue) = 246+18+35=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F61223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61223 is #09EDDC. Grayscale: #585858. Windows color (decimal): -650717 or 2298614. OLE color: 2298614.
HSL color Cylindrical-coordinate representation of color #F61223: hue angle of 355.53º 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 #F61223 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.04 |
| HSL | 355.53º | 0.93% | 0.52% | - |
| HSV(B) | 355.53º | 0.93% | 0.96% | - |
| XYZ | 38.53 | 20.15 | 3.45 | - |
| YUV | 88.11 | 98.04 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 35 | 0 | 0.93 | 0.86 | 0.04 | 355.53 | 0.93 | 0.52 |
| Hex | F6 | 12 | 23 | 0 | 5D | 56 | 4 | 164 | 5D | 34 |
| Octal | 366 | 22 | 43 | 0 | 135 | 126 | 4 | 544 | 135 | 64 |
| Binary | 11110110 | 10010 | 100011 | 0 | 1011101 | 1010110 | 100 | 101100100 | 1011101 | 110100 |
Color Harmonies of #F61223
Complementary color
Monochromatic Colors of #F61223
Black with #F61223
Text Example
Text Example
White with #F61223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61223; }
p { color: rgb(246,18,35); }
H1.HeaderClassName
{
color: #F61223;
}
.AnyTagClassName
{
color: #F61223;
}
</style>
background-color css
<style>
a { background-color: #F61223; }
a { background-color: rgb(246,18,35); }
div.DivClassName
{
background-color: #F61223;
}
.BgClassName
{
background-color: #F61223;
}
</style>
border-color css
<style>
span { border-color: #F61223; }
span { border-color: rgb(246,18,35); }
td.TdClassName
{
border-color: #F61223;
}
.TagClassName
{
border-color: #F61223;
}
</style>