Shades of Torch Red #F60521
Tints of Torch Red #F60521
RGB
CMYK
RGB Variations
Color information
#F60521 (or 0xF60521) is known color: Torch Red. HEX triplet: F6, 05 and 21. RGB value is (246,5,33). Sum of RGB (Red+Green+Blue) = 246+5+33=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F60521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60521 is #09FADE. Grayscale: #505050. Windows color (decimal): -654047 or 2164214. OLE color: 2164214.
HSL color Cylindrical-coordinate representation of color #F60521: hue angle of 353.03º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60521 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.04 |
| HSL | 353.03º | 0.96% | 0.49% | - |
| HSV(B) | 353.03º | 0.98% | 0.96% | - |
| XYZ | 38.33 | 19.81 | 3.24 | - |
| YUV | 80.25 | 101.34 | 246.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 33 | 0 | 0.98 | 0.87 | 0.04 | 353.03 | 0.96 | 0.49 |
| Hex | F6 | 5 | 21 | 0 | 62 | 57 | 4 | 161 | 60 | 31 |
| Octal | 366 | 5 | 41 | 0 | 142 | 127 | 4 | 541 | 140 | 61 |
| Binary | 11110110 | 101 | 100001 | 0 | 1100010 | 1010111 | 100 | 101100001 | 1100000 | 110001 |
Color Harmonies of #F60521
Complementary color
Monochromatic Colors of #F60521
Black with #F60521
Text Example
Text Example
White with #F60521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60521; }
p { color: rgb(246,5,33); }
H1.HeaderClassName
{
color: #F60521;
}
.AnyTagClassName
{
color: #F60521;
}
</style>
background-color css
<style>
a { background-color: #F60521; }
a { background-color: rgb(246,5,33); }
div.DivClassName
{
background-color: #F60521;
}
.BgClassName
{
background-color: #F60521;
}
</style>
border-color css
<style>
span { border-color: #F60521; }
span { border-color: rgb(246,5,33); }
td.TdClassName
{
border-color: #F60521;
}
.TagClassName
{
border-color: #F60521;
}
</style>