Shades of Torch Red #F61021
Tints of Torch Red #F61021
RGB
CMYK
RGB Variations
Color information
#F61021 (or 0xF61021) is known color: Torch Red. HEX triplet: F6, 10 and 21. RGB value is (246,16,33). Sum of RGB (Red+Green+Blue) = 246+16+33=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F61021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61021 is #09EFDE. Grayscale: #565656. Windows color (decimal): -651231 or 2167030. OLE color: 2167030.
HSL color Cylindrical-coordinate representation of color #F61021: hue angle of 355.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61021 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.04 |
| HSL | 355.57º | 0.93% | 0.51% | - |
| HSV(B) | 355.57º | 0.93% | 0.96% | - |
| XYZ | 38.47 | 20.07 | 3.29 | - |
| YUV | 86.71 | 97.7 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 33 | 0 | 0.93 | 0.87 | 0.04 | 355.57 | 0.93 | 0.51 |
| Hex | F6 | 10 | 21 | 0 | 5D | 57 | 4 | 164 | 5D | 33 |
| Octal | 366 | 20 | 41 | 0 | 135 | 127 | 4 | 544 | 135 | 63 |
| Binary | 11110110 | 10000 | 100001 | 0 | 1011101 | 1010111 | 100 | 101100100 | 1011101 | 110011 |
Color Harmonies of #F61021
Complementary color
Monochromatic Colors of #F61021
Black with #F61021
Text Example
Text Example
White with #F61021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61021; }
p { color: rgb(246,16,33); }
H1.HeaderClassName
{
color: #F61021;
}
.AnyTagClassName
{
color: #F61021;
}
</style>
background-color css
<style>
a { background-color: #F61021; }
a { background-color: rgb(246,16,33); }
div.DivClassName
{
background-color: #F61021;
}
.BgClassName
{
background-color: #F61021;
}
</style>
border-color css
<style>
span { border-color: #F61021; }
span { border-color: rgb(246,16,33); }
td.TdClassName
{
border-color: #F61021;
}
.TagClassName
{
border-color: #F61021;
}
</style>