Shades of Torch Red #F60523
Tints of Torch Red #F60523
RGB
CMYK
RGB Variations
Color information
#F60523 (or 0xF60523) is known color: Torch Red. HEX triplet: F6, 05 and 23. RGB value is (246,5,35). Sum of RGB (Red+Green+Blue) = 246+5+35=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F60523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60523 is #09FADC. Grayscale: #505050. Windows color (decimal): -654045 or 2295286. OLE color: 2295286.
HSL color Cylindrical-coordinate representation of color #F60523: hue angle of 352.53º 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 #F60523 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.04 |
| HSL | 352.53º | 0.96% | 0.49% | - |
| HSV(B) | 352.53º | 0.98% | 0.96% | - |
| XYZ | 38.36 | 19.82 | 3.39 | - |
| YUV | 80.48 | 102.34 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 35 | 0 | 0.98 | 0.86 | 0.04 | 352.53 | 0.96 | 0.49 |
| Hex | F6 | 5 | 23 | 0 | 62 | 56 | 4 | 161 | 60 | 31 |
| Octal | 366 | 5 | 43 | 0 | 142 | 126 | 4 | 541 | 140 | 61 |
| Binary | 11110110 | 101 | 100011 | 0 | 1100010 | 1010110 | 100 | 101100001 | 1100000 | 110001 |
Color Harmonies of #F60523
Complementary color
Monochromatic Colors of #F60523
Black with #F60523
Text Example
Text Example
White with #F60523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60523; }
p { color: rgb(246,5,35); }
H1.HeaderClassName
{
color: #F60523;
}
.AnyTagClassName
{
color: #F60523;
}
</style>
background-color css
<style>
a { background-color: #F60523; }
a { background-color: rgb(246,5,35); }
div.DivClassName
{
background-color: #F60523;
}
.BgClassName
{
background-color: #F60523;
}
</style>
border-color css
<style>
span { border-color: #F60523; }
span { border-color: rgb(246,5,35); }
td.TdClassName
{
border-color: #F60523;
}
.TagClassName
{
border-color: #F60523;
}
</style>